Https |
public class HttpsProxyClient : ProxyClient
The HttpsProxyClient type exposes the following members.
Name | Description | |
---|---|---|
HttpsProxyClient(String, Int32) | Initializes a new instance of the HttpsProxyClient class. | |
HttpsProxyClient(String, Int32, NetworkCredential) | Initializes a new instance of the HttpsProxyClient class. |
Name | Description | |
---|---|---|
CheckCertificateRevocation | Get or set whether connecting via SSL/TLS should check certificate revocation. | |
ClientCertificates | Gets or sets the client SSL certificates. | |
LocalEndPoint |
Get or set the local IP end point to use when connecting to a remote host.
(Inherited from ProxyClient) | |
ProxyCredentials |
Gets the proxy credentials.
(Inherited from ProxyClient) | |
ProxyHost |
Get the proxy host.
(Inherited from ProxyClient) | |
ProxyPort |
Get the proxy port.
(Inherited from ProxyClient) | |
ServerCertificateValidationCallback | Get or sets a callback function to validate the server certificate. | |
SslProtocols | Gets or sets the set of enabled SSL and/or TLS protocol versions that the client is allowed to use. |
Name | Description | |
---|---|---|
Connect(String, Int32, CancellationToken) |
Connect to the target host.
(Overrides ProxyClientConnect(String, Int32, CancellationToken)) | |
Connect(String, Int32, Int32, CancellationToken) |
Connect to the target host.
(Inherited from ProxyClient) | |
ConnectAsync(String, Int32, CancellationToken) |
Asynchronously connect to the target host.
(Overrides ProxyClientConnectAsync(String, Int32, CancellationToken)) | |
ConnectAsync(String, Int32, Int32, CancellationToken) |
Asynchronously connect to the target host.
(Inherited from ProxyClient) | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |