Click or drag to resize
MimeKit

Socks4aClient Class

A SOCKS4a proxy client.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ProxyProxyClient
    MailKit.Net.ProxySocksClient
      MailKit.Net.ProxySocks4Client
        MailKit.Net.ProxySocks4aClient

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

The Socks4aClient type exposes the following members.

Constructors
 NameDescription
Public methodSocks4aClient(String, Int32) Initializes a new instance of the Socks4aClient class.
Public methodSocks4aClient(String, Int32, NetworkCredential) Initializes a new instance of the Socks4Client class.
Top
Properties
 NameDescription
Protected propertyIsSocks4a Get or set whether this Socks4Client is a Socks4a client.
(Inherited from Socks4Client)
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.
(Inherited from SocksClient)
Top
Methods
 NameDescription
Public methodConnect(String, Int32, CancellationToken) Connect to the target host.
(Inherited from Socks4Client)
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 Socks4Client)
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
A SOCKS4a proxy client.
See Also