MailBee.Proxy namespace contains types which enable Smtp, Pop3, and Imap components to make connections via a proxy server. SOCKS4, SOCKS5, and HTTP proxies are supported.
Namespace hierarchy
Classes
| Class |
Description |
|
MailBeeProxyAuthenticationException
|
The exception that is thrown when the proxy server rejects authentication data sent the client or does not support any of the authentication methods supported by the client. |
|
MailBeeProxyAuthorizationException
|
The exception that is thrown when the proxy server rejects the proxy connection request from the client. |
|
MailBeeProxyException
|
An abstract parent for all exceptions that are thrown when the proxy server returns negative reply during negotiating with the client. |
|
ProxyServer
|
Contains properties which define the proxy server settings. |
Enumerations
| Enumeration |
Description |
|
ProxyProtocol
|
Defines the available modes of establishing connection with a mail server via a proxy server. |