Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Servlet ( ) : System | ||
Servlet ( int port ) : System | ||
Servlet ( int port, string uri ) : System | ||
Servlet ( string uri ) : System | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
Cleanup ( ) : void | ||
HandleRequest ( |
||
WriteResponse ( |
||
WriteResponse ( |
||
WriteResponse ( |
Method | Description | |
---|---|---|
FindFreePort ( ) : int | ||
HttpWebListenerCallback ( IAsyncResult result ) : void | ||
IsBusy ( int port ) : bool | ||
RandomPort ( ) : int | ||
StartServlet ( ) : void |
protected HandleRequest ( |
||
context | ||
return | void |
public Servlet ( int port, string uri ) : System | ||
port | int | |
uri | string | |
return | System |
protected WriteResponse ( |
||
response | ||
content | string | |
return | void |
protected WriteResponse ( |
||
response | ||
content | string | |
status | int | |
return | void |
protected WriteResponse ( |
||
response | ||
content | string | |
status | int | |
headers | string>.IDictionary | |
return | void |