Aqueduct.Web.WebContext.WebContext C# (CSharp) 메소드

WebContext() 공개 메소드

Initializes a new instance of the WebContext class.
public WebContext ( IApplicationModeLoader modeLoader, string hostName ) : System.IO
modeLoader IApplicationModeLoader
hostName string
리턴 System.IO
        public WebContext(IApplicationModeLoader modeLoader, string hostName)
            : base(modeLoader, hostName)
        {
            
        }

Same methods

WebContext::WebContext ( string hostName ) : System.IO