Click or drag to resize
MimeKit

MailKit.Net.Proxy Namespace

The MailKit.Net.Proxy namespace provides classes that are necessary for connecting via proxy servers.
Classes
 ClassDescription
Public classHttpProxyClient An HTTP proxy client.
Public classHttpsProxyClient An HTTPS proxy client.
Public classCode exampleProxyClient An abstract proxy client base class.
Public classProxyProtocolException A proxy protocol exception.
Public classCode exampleSocks4aClient A SOCKS4a proxy client.
Public classCode exampleSocks4Client A SOCKS4 proxy client.
Public classCode exampleSocks5Client A SOCKS5 proxy client.
Public classSocksClient An abstract SOCKS proxy client.
Interfaces
 InterfaceDescription
Public interfaceCode exampleIProxyClient An interface for connecting to services via a proxy.