SuppressHostPrincipalMessageHandler Class

 

Represents a message handler that suppresses host authentication results.

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

System::Object
  System.Net.Http::HttpMessageHandler
    System.Net.Http::DelegatingHandler
      System.Web.Http.Hosting::SuppressHostPrincipalMessageHandler

public ref class SuppressHostPrincipalMessageHandler : DelegatingHandler

NameDescription
System_CAPS_pubmethodSuppressHostPrincipalMessageHandler()

Initializes a new instance of the SuppressHostPrincipalMessageHandler 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 request message.(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: