DefaultHttpHandler Class

.NET Framework 4.5

Represents the default HTTP handler of the client.

System::Object
  HttpMessageHandler
    HttpClientHandler
      WebRequestHandler
        Microsoft.AspNet.SignalR.Client.Http::DefaultHttpHandler

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public ref class DefaultHttpHandler : public WebRequestHandler

The DefaultHttpHandler type exposes the following members.

  NameDescription
Public methodDefaultHttpHandlerInitializes a new instance of the DefaultHttpHandler class.
Top

  NameDescription
Public propertyAllowAutoRedirect (Inherited from HttpClientHandler.)
Public propertyAllowPipelining (Inherited from WebRequestHandler.)
Public propertyAuthenticationLevel (Inherited from WebRequestHandler.)
Public propertyAutomaticDecompression (Inherited from HttpClientHandler.)
Public propertyCachePolicy (Inherited from WebRequestHandler.)
Public propertyClientCertificateOptions (Inherited from HttpClientHandler.)
Public propertyClientCertificates (Inherited from WebRequestHandler.)
Public propertyContinueTimeout (Inherited from WebRequestHandler.)
Public propertyCookieContainer (Inherited from HttpClientHandler.)
Public propertyCredentials (Inherited from HttpClientHandler.)
Public propertyImpersonationLevel (Inherited from WebRequestHandler.)
Public propertyMaxAutomaticRedirections (Inherited from HttpClientHandler.)
Public propertyMaxRequestContentBufferSize (Inherited from HttpClientHandler.)
Public propertyMaxResponseHeadersLength (Inherited from WebRequestHandler.)
Public propertyPreAuthenticate (Inherited from HttpClientHandler.)
Public propertyProxy (Inherited from HttpClientHandler.)
Public propertyReadWriteTimeout (Inherited from WebRequestHandler.)
Public propertyServerCertificateValidationCallback (Inherited from WebRequestHandler.)
Public propertySupportsAutomaticDecompression (Inherited from HttpClientHandler.)
Public propertySupportsProxy (Inherited from HttpClientHandler.)
Public propertySupportsRedirectConfiguration (Inherited from HttpClientHandler.)
Public propertyUnsafeAuthenticatedConnectionSharing (Inherited from WebRequestHandler.)
Public propertyUseCookies (Inherited from HttpClientHandler.)
Public propertyUseDefaultCredentials (Inherited from HttpClientHandler.)
Public propertyUseProxy (Inherited from HttpClientHandler.)
Top

  NameDescription
Public methodDispose (Inherited from HttpMessageHandler.)
Protected methodDispose(Boolean) (Inherited from HttpClientHandler.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSendAsync (Inherited from HttpClientHandler.)
Public methodToString (Inherited from Object.)
Top

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