HttpSelfHostServer Class
Implementation of an HttpServer which listens directly to HTTP.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
System.Net.Http::HttpMessageHandler
System.Net.Http::DelegatingHandler
System.Web.Http::HttpServer
System.Web.Http.SelfHost::HttpSelfHostServer
| 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(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OpenAsync() | Opens the current HttpServer instance. |
![]() | SendAsync(HttpRequestMessage^, CancellationToken) | (Inherited from DelegatingHandler.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


