Method | Description | |
---|---|---|
AlterApplicationSetting ( string key, string value ) : |
Alters the application setting for the web site.
|
|
AlterConfigurationNodeAttributeValue ( string xpath, string attribute, string value ) : |
Alters the configuration for the website.
|
|
AlterConfigurationNodeValue ( string xpath, string value ) : |
Alters the configuration for the website.
|
|
NettyServer ( string physicalPath, string virtualPath ) : System |
Initializes a new instance of the T:Netty.NettyServer class.
|
|
NettyServer ( string physicalPath, string virtualPath, int port ) : System |
Initializes a new instance of the T:Netty.NettyServer class.
|
|
NettyServer ( string physicalPath, string virtualPath, int port, bool enforcePortCheck ) : System |
Initializes a new instance of the T:Netty.NettyServer class.
|
|
Start ( ) : void |
Starts the instance of the ASP.Net server.
|
Method | Description | |
---|---|---|
CreateListenerAndStart ( ) : void |
Creates a new T:Netty.AspServerListener in its own application domain, and begins listening for HTTP traffic.
|
|
CreateListnerWithinAppDomain ( |
Creates the worker application domain with host.
|
|
Stop ( ) : void |
public AlterApplicationSetting ( string key, string value ) : |
||
key | string | The key for the application setting. |
value | string | The value of the application setting. |
return |
public AlterConfigurationNodeAttributeValue ( string xpath, string attribute, string value ) : |
||
xpath | string | The XPath expression. |
attribute | string | The attribute. |
value | string | The new value. |
return |
public AlterConfigurationNodeValue ( string xpath, string value ) : |
||
xpath | string | The XPath expression. |
value | string | The new value. |
return |
public NettyServer ( string physicalPath, string virtualPath ) : System | ||
physicalPath | string | The physical path to the website. |
virtualPath | string | The virtual path the website runs on. |
return | System |
public NettyServer ( string physicalPath, string virtualPath, int port ) : System | ||
physicalPath | string | The physical path to the website. |
virtualPath | string | The virtual path the website runs on. |
port | int | The port the website runs on. |
return | System |
public NettyServer ( string physicalPath, string virtualPath, int port, bool enforcePortCheck ) : System | ||
physicalPath | string | The physical path to the website. |
virtualPath | string | The virtual path the website runs on. |
port | int | The port the website runs on. |
enforcePortCheck | bool | |
return | System |