SocksProxy Class |
Namespace: Aspose.Email.Clients
The SocksProxy type exposes the following members.
Name | Description | |
---|---|---|
![]() | SocksProxy(String, Int32) |
Initializes a new instance of the SocksProxy class to connect to SOCKS4 server without authentication.
|
![]() | SocksProxy(String, Int32, SocksVersion) |
Initializes a new instance of the SocksProxy class to connect to SOCKS4 or SOCKS5 server without authentication.
|
![]() | SocksProxy(String, Int32, String) |
Initializes a new instance of the SocksProxy class to connect to SOCKS4 server without authentication.
|
![]() | SocksProxy(String, Int32, String, String) |
Initializes a new instance of the SocksProxy class to connect to SOCKS5 server with defined username and password.
|
Name | Description | |
---|---|---|
![]() | Address |
The domain name or IP address of the proxy server
(Inherited from Proxy.) |
![]() | Password |
Password for proxy authentication
(Inherited from Proxy.) |
![]() | Port |
The port number for the proxy server
(Inherited from Proxy.) |
![]() | SupportedAuthenticationMethods |
The supported authentication methods to connect to SOCKS server
|
![]() | Username |
Username for proxy authentication
(Inherited from Proxy.) |
![]() | Version |
Required SOCKS server version.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes this instance and requests that the underlying TCP connection be closed.
(Inherited from Proxy.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetStream |
Returns configured network stream to transport data to the required host through the proxy server.
(Inherited from Proxy.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetUpStream |
Configures proxy-server to transport data to the target host.
(Overrides ProxySetUpStream(Stream, String, Int32).) |
![]() | ToString | (Inherited from Object.) |