ProxyProtocol Enumeration |
Defines the available modes of establishing connection with a mail server via a proxy server.
Namespace: MailBee.ProxyAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic enum ProxyProtocol
Public Enumeration ProxyProtocol
Members
| Member name | Value | Description |
---|
| NoProxy | 0 |
Do not use a proxy server and connect directly to a mail server.
|
| Socks4 | 1 |
Connect through a SOCK4 proxy server.
|
| Socks5 | 2 |
Connect through a SOCK5 proxy server.
|
| Http | 3 |
Connect through an HTTP proxy server.
|
See Also