Property | Type | Description | |
---|---|---|---|
IncomingConnection | void | ||
IncomingConnection6 | void | ||
ListenerThread | void | ||
WorkerConnection | void |
Method | Description | |
---|---|---|
HttpServer ( ushort port ) : System | ||
Start ( ) : void | ||
Stop ( ) : void | ||
WaitForConnectionsClosed ( System.TimeSpan waitFor ) : void |
Method | Description | |
---|---|---|
HasPostData ( string method ) : bool? | ||
IsValidProtocol ( string protocol, string version ) : bool | ||
LogError ( |
||
LogMessage ( string format ) : void |
Method | Description | |
---|---|---|
IncomingConnection ( IAsyncResult ar ) : void | ||
IncomingConnection6 ( IAsyncResult ar ) : void | ||
ListenerThread ( ) : void | ||
WorkerConnection ( object state ) : void |
protected HasPostData ( string method ) : bool? | ||
method | string | |
return | bool? |
protected IsValidProtocol ( string protocol, string version ) : bool | ||
protocol | string | |
version | string | |
return | bool |
protected LogError ( |
||
error | ||
return | void |
protected LogMessage ( string format ) : void | ||
format | string | |
return | void |
public WaitForConnectionsClosed ( System.TimeSpan waitFor ) : void | ||
waitFor | System.TimeSpan | |
return | void |