Microsoft.Owin.Testing Namespace

 

Classes

Class Description
System_CAPS_pubclass OwinClientHandler

This adapts HttpRequestMessages to OWIN requests, dispatches them through the OWIN pipeline, and returns the associated HttpResponseMessage.

System_CAPS_pubclass RequestBuilder

Used to construct a HttpRequestMessage object.

System_CAPS_pubclass TestServer

Helps construct an in-memory OWIN pipeline and dispatch requests using HttpClient.

Return to top