Click or drag to resize
MimeKit

HttpsProxyClient Class

An HTTPS proxy client.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ProxyProxyClient
    MailKit.Net.ProxyHttpsProxyClient

Namespace: MailKit.Net.Proxy
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class HttpsProxyClient : ProxyClient

The HttpsProxyClient type exposes the following members.

Constructors
 NameDescription
Public methodHttpsProxyClient(String, Int32) Initializes a new instance of the HttpsProxyClient class.
Public methodHttpsProxyClient(String, Int32, NetworkCredential) Initializes a new instance of the HttpsProxyClient class.
Top
Properties
 NameDescription
Public propertyCheckCertificateRevocation Get or set whether connecting via SSL/TLS should check certificate revocation.
Public propertyClientCertificates Gets or sets the client SSL certificates.
Public propertyLocalEndPoint Get or set the local IP end point to use when connecting to a remote host.
(Inherited from ProxyClient)
Public propertyProxyCredentials Gets the proxy credentials.
(Inherited from ProxyClient)
Public propertyProxyHost Get the proxy host.
(Inherited from ProxyClient)
Public propertyProxyPort Get the proxy port.
(Inherited from ProxyClient)
Public propertyServerCertificateValidationCallback Get or sets a callback function to validate the server certificate.
Public propertySslProtocols Gets or sets the set of enabled SSL and/or TLS protocol versions that the client is allowed to use.
Top
Methods
 NameDescription
Public methodConnect(String, Int32, CancellationToken) Connect to the target host.
(Overrides ProxyClientConnect(String, Int32, CancellationToken))
Public methodConnect(String, Int32, Int32, CancellationToken) Connect to the target host.
(Inherited from ProxyClient)
Public methodConnectAsync(String, Int32, CancellationToken) Asynchronously connect to the target host.
(Overrides ProxyClientConnectAsync(String, Int32, CancellationToken))
Public methodConnectAsync(String, Int32, Int32, CancellationToken) Asynchronously connect to the target host.
(Inherited from ProxyClient)
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)
Public methodToString
(Inherited from Object)
Top
Remarks
An HTTPS proxy client.
See Also