OwinClientHandler Class

 

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

Namespace:   Microsoft.Owin.Testing
Assembly:  Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)

System::Object
  System.Net.Http::HttpMessageHandler
    Microsoft.Owin.Testing::OwinClientHandler

public ref class OwinClientHandler : HttpMessageHandler

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from HttpMessageHandler.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

This adapts HttpRequestMessages to OWIN requests, dispatches them through the OWIN pipeline, and returns the associated HttpResponseMessage.(Overrides HttpMessageHandler::SendAsync(HttpRequestMessage^, CancellationToken).)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: