Click or drag to resize
MimeKit

SocksClient Class

An abstract SOCKS proxy client.
Inheritance Hierarchy

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

The SocksClient type exposes the following members.

Constructors
 NameDescription
Protected methodSocksClient(Int32, String, Int32) Initializes a new instance of the SocksClient class.
Protected methodSocksClient(Int32, String, Int32, NetworkCredential) Initializes a new instance of the SocksClient 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)
Public propertySocksVersion Get the SOCKS protocol version.
Top
Methods
 NameDescription
Public methodConnect(String, Int32, CancellationToken) Connect to the target host.
(Inherited from ProxyClient)
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.
(Inherited from ProxyClient)
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 abstract SOCKS proxy client.
See Also