HttpCustomHandler Class |
[Missing <summary> documentation for "T:Cadcorp.Web.Proxy.HttpCustomHandler"]
Namespace: Cadcorp.Web.Proxy
The HttpCustomHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | HttpCustomHandler | Initializes a new instance of the HttpCustomHandler class |
Name | Description | |
---|---|---|
![]() | AutomaticDecompression | Gets or sets the type of decompression method used by the handler for automatic decompression of the HTTP content response. (Inherited from WinHttpHandler.) |
![]() | AutomaticRedirection | Gets or sets a value that indicates whether the handler should follow HTTP redirection responses. (Inherited from WinHttpHandler.) |
![]() | CheckCertificateRevocationList | Gets or sets a value that indicates whether to check the revocation list of certificates during SSL certificate validation. (Inherited from WinHttpHandler.) |
![]() | ClientCertificateOption | Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate. (Inherited from WinHttpHandler.) |
![]() | ClientCertificates | Gets or sets a collection of client authentication SSL certificates that are used for client authentication by the Handler if the ClientCertificateOption property is set to Manual. (Inherited from WinHttpHandler.) |
![]() | CookieContainer | Gets or sets the managed cookie container object. This property is only used when the CookieUsePolicy property is set to UseSpecifiedCookieContainer. Otherwise, the SendAsync(HttpRequestMessage, CancellationToken) method will throw an exception. (Inherited from WinHttpHandler.) |
![]() | CookieUsePolicy | Gets or sets a value that indicates how cookies should be managed and used. Developers can choose to ignore cookies, allow the handler to automatically manage them or manually handle them using a CookieContainer object. (Inherited from WinHttpHandler.) |
![]() | DefaultProxyCredentials | Gets or sets the credentials used to authenticate the user to an authenticating proxy. (Inherited from WinHttpHandler.) |
![]() | MaxAutomaticRedirections | Gets or sets the maximum number of allowed HTTP redirects. (Inherited from WinHttpHandler.) |
![]() | MaxConnectionsPerServer | Gets or sets the maximum number of TCP connections allowed to a single server. (Inherited from WinHttpHandler.) |
![]() | MaxResponseDrainSize | Gets or sets the maximum amount of data that can be drained from responses in bytes. (Inherited from WinHttpHandler.) |
![]() | MaxResponseHeadersLength | Gets or sets the maximum size of the header portion from the server response in bytes. (Inherited from WinHttpHandler.) |
![]() | PreAuthenticate | Gets or sets a value that indicates whether the handler sends an Authorization header with the request. (Inherited from WinHttpHandler.) |
![]() | Properties | (Inherited from WinHttpHandler.) |
![]() | Proxy | Gets or sets the custom proxy when the WindowsProxyUsePolicy property is set to use a custom proxy. (Inherited from WinHttpHandler.) |
![]() | ReceiveDataTimeout | Gets or sets the timeout for receiving the data portion of a response from the server. (Inherited from WinHttpHandler.) |
![]() | ReceiveHeadersTimeout | Gets or sets the timeout for receiving the headers of a response from the server. (Inherited from WinHttpHandler.) |
![]() | SendTimeout | Gets or sets the timeout for sending a request. (Inherited from WinHttpHandler.) |
![]() | ServerCertificateValidationCallback | Gets or sets a callback method to validate the server certificate. This callback is part of the SSL handshake. (Inherited from WinHttpHandler.) |
![]() | ServerCredentials | Gets or sets the credentials to be used by the client to authenticate to the server. (Inherited from WinHttpHandler.) |
![]() | SslProtocols | Gets or sets the collection of TLS/SSL protocols supported by the client. (Inherited from WinHttpHandler.) |
![]() | WindowsProxyUsePolicy | Gets or sets the proxy setting. This property can be set to disable the proxy, use a custom proxy, or use the proxy settings of WinHTTP or WinInet on the machine. (Inherited from WinHttpHandler.) |
Name | Description | |
---|---|---|
![]() | Dispose | Releases the unmanaged resources and disposes of the managed resources used by the HttpMessageHandler. (Inherited from HttpMessageHandler.) |
![]() | Dispose(Boolean) | (Inherited from WinHttpHandler.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SendAsync | (Overrides WinHttpHandler.SendAsync(HttpRequestMessage, CancellationToken).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |