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 | |
---|---|---|
![]() |
PassiveAuthenticationMessageHandler() | Initializes a new instance of the PassiveAuthenticationMessageHandler class. |
Properties
Name | Description | |
---|---|---|
![]() |
InnerHandler | (Inherited from DelegatingHandler.) |
Methods
Name | Description | |
---|---|---|
![]() |
Dispose() | (Inherited from HttpMessageHandler.) |
![]() |
Dispose(Boolean) | (Inherited from DelegatingHandler.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
SendAsync(HttpRequestMessage, CancellationToken) | Asynchronously sends a message request.(Overrides DelegatingHandler.SendAsync(HttpRequestMessage, CancellationToken).) |
![]() |
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