Microsoft.Owin.Testing Namespace
Classes
Class | Description | |
---|---|---|
OwinClientHandler | This adapts HttpRequestMessages to OWIN requests, dispatches them through the OWIN pipeline, and returns the associated HttpResponseMessage. |
|
RequestBuilder | Used to construct a HttpRequestMessage object. |
|
TestServer | Helps construct an in-memory OWIN pipeline and dispatch requests using HttpClient. |
Return to top