Name |
Description |
CallEnvironment |
|
ExceptionFilterStream |
This class is used to wrap other streams and convert some exception types. |
HttpListenerStreamWrapper |
|
OwinHttpListenerContext |
|
OwinHttpListenerRequest |
This wraps an HttpListenerRequest and exposes it as an OWIN environment IDictionary. |
OwinHttpListenerResponse |
This wraps an HttpListenerResponse, populates it with the given response fields, and relays the response body to the underlying stream. |
RequestHeadersDictionary |
This wraps HttpListenerRequest's WebHeaderCollection (NameValueCollection) and adapts it to the OWIN required IDictionary surface area. It remains fully mutable, but you will be subject to the header validations performed by the underlying collection. |
ResponseHeadersDictionary |
|