Share via


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)

Inheritance Hierarchy

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

Syntax

public class PassiveAuthenticationMessageHandler : DelegatingHandler
public ref class PassiveAuthenticationMessageHandler : DelegatingHandler
type PassiveAuthenticationMessageHandler = 
    class
        inherit DelegatingHandler
    end
Public Class PassiveAuthenticationMessageHandler
    Inherits DelegatingHandler

Constructors

Name Description
System_CAPS_pubmethod PassiveAuthenticationMessageHandler()

Initializes a new instance of the PassiveAuthenticationMessageHandler class.

Properties

Name Description
System_CAPS_pubproperty InnerHandler

(Inherited from DelegatingHandler.)

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from DelegatingHandler.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SendAsync(HttpRequestMessage, CancellationToken)

Asynchronously sends a message request.(Overrides DelegatingHandler.SendAsync(HttpRequestMessage, CancellationToken).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.Owin Namespace

Return to top