Click or drag to resize
MimeKit

HttpsProxyClient Methods

The HttpsProxyClient type exposes the following members.

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
See Also