Click or drag to resize
MimeKit

HttpProxyClient Class

An HTTP proxy client.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ProxyProxyClient
    MailKit.Net.ProxyHttpProxyClient

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

The HttpProxyClient type exposes the following members.

Constructors
 NameDescription
Public methodHttpProxyClient(String, Int32) Initializes a new instance of the HttpProxyClient class.
Public methodHttpProxyClient(String, Int32, NetworkCredential) Initializes a new instance of the HttpProxyClient class.
Top
Properties
 NameDescription
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)
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 HTTP proxy client.
See Also