Method | Description | |
---|---|---|
HttpListener ( |
||
HttpListener ( |
||
HttpListener ( string httpPrefix ) : System | ||
Start ( ) : void |
Starts listening for incoming connections
|
|
Stop ( ) : void |
Stops listening for incoming connections
|
Method | Description | |
---|---|---|
EndGetRequest ( IAsyncResult result ) : void | ||
HandleRequest ( |
public HttpListener ( |
||
address | ||
port | int | |
return | System |
public HttpListener ( |
||
endpoint | ||
return | System |
public HttpListener ( string httpPrefix ) : System | ||
httpPrefix | string | |
return | System |