Method | Description | |
---|---|---|
NancyStreamHost ( ) : System |
Initializes a new instance of the NancyStreamHost class for the specfied baseUris.
|
|
NancyStreamHost ( INancyBootstrapper bootstrapper ) : System |
Initializes a new instance of the NancyStreamHost class for the specfied baseUris, using the provided bootstrapper.
|
|
NancyStreamHost ( |
Initializes a new instance of the NancyStreamHost class for the specfied baseUri, using the provided bootstrapper.
|
|
Start ( ) : void |
Start listening for incoming requests.
|
|
Stop ( ) : void |
Stop listening for incoming requests.
|
Method | Description | |
---|---|---|
ConvertNancyResponseToResponse ( System.Net.Response nancyResponse, |
||
ConvertRequestToNancyRequest ( |
||
GetExpectedRequestLength ( IDictionary |
||
GotCallback ( IAsyncResult ar ) : void | ||
Process ( |
public NancyStreamHost ( INancyBootstrapper bootstrapper ) : System | ||
bootstrapper | INancyBootstrapper | The boostrapper that should be used to handle the request. |
return | System |
public NancyStreamHost ( |
||
baseUri | The |
|
bootstrapper | INancyBootstrapper | The boostrapper that should be used to handle the request. |
return | System |