PassiveAuthenticationMessageHandler Class

 

Represents a message handler that treats all OWIN authentication middleware as passive.

Namespace:   System.Web.Http.Owin
Assembly:  System.Web.Http.Owin (in System.Web.Http.Owin.dll)

System::Object
  System.Net.Http::HttpMessageHandler
    System.Net.Http::DelegatingHandler
      System.Web.Http.Owin::PassiveAuthenticationMessageHandler

public ref class PassiveAuthenticationMessageHandler : DelegatingHandler

NameDescription
System_CAPS_pubmethodPassiveAuthenticationMessageHandler()

Initializes a new instance of the PassiveAuthenticationMessageHandler class.

NameDescription
System_CAPS_pubpropertyInnerHandler

(Inherited from DelegatingHandler.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from DelegatingHandler.)

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)

Asynchronously sends a message request.(Overrides DelegatingHandler::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: