Method | Description | |
---|---|---|
Dispose ( ) : void | ||
OnDelete ( string path ) : IHttpResourceHandler | ||
OnGet ( string path ) : IHttpResourceHandler | ||
OnHead ( string path ) : IHttpResourceHandler | ||
OnOptions ( string path ) : IHttpResourceHandler | ||
OnPatch ( string path ) : IHttpResourceHandler | ||
OnPost ( string path ) : IHttpResourceHandler | ||
OnPut ( string path ) : IHttpResourceHandler | ||
OnRequest ( ) : IHttpHandler | ||
Server ( ) : System | ||
Server ( int port ) : System | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
AddHttpHandler ( string method, string path ) : IHttpResourceHandler | ||
AuthenticationSchemeSelectorDelegate ( |
||
ChooseRandomUnusedPort ( ) : int | ||
HandleNextRequest ( ) : void | ||
HandleRequest ( IAsyncResult ar ) : void | ||
IsOperationAbortedOnStoppingServer ( |
Return true if the exception is: The I/O operation has been aborted because of either a thread exit or an application request. Happens when we stop the server and the listening is cancelled.
|
|
Start ( ) : void |
public OnDelete ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |
public OnGet ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |
public OnHead ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |
public OnOptions ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |
public OnPatch ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |
public OnPost ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |
public OnPut ( string path ) : IHttpResourceHandler | ||
path | string | |
return | IHttpResourceHandler |