HttpSelfHostServer Class
Implementation of an HttpServer which listens directly to HTTP.
System.Object
HttpMessageHandler
DelegatingHandler
System.Web.Http.HttpServer
System.Web.Http.SelfHost.HttpSelfHostServer
HttpMessageHandler
DelegatingHandler
System.Web.Http.HttpServer
System.Web.Http.SelfHost.HttpSelfHostServer
Namespace: System.Web.Http.SelfHost
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
The HttpSelfHostServer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HttpSelfHostServer(HttpSelfHostConfiguration) | Initializes a new instance of the HttpSelfHostServer class. |
![]() | HttpSelfHostServer(HttpSelfHostConfiguration, HttpMessageHandler) | Initializes a new instance of the HttpSelfHostServer class. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets the HttpConfiguration used to configure this instance. (Inherited from HttpServer.) |
![]() | Dispatcher | Gets the HTTP dispatcher that handles incoming requests. (Inherited from HttpServer.) |
![]() | InnerHandler | (Inherited from DelegatingHandler.) |
| Name | Description | |
|---|---|---|
![]() | CloseAsync | Closes the current HttpServer instance. |
![]() | Dispose | (Inherited from HttpMessageHandler.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | OpenAsync | Opens the current HttpServer instance. |
![]() | SendAsync | (Inherited from DelegatingHandler.) |
![]() | ToString | (Inherited from Object.) |
