Click or drag to resize
MimeKit

IProxyClientProxyPort Property

Get the proxy port.

Namespace: MailKit.Net.Proxy
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
int ProxyPort { get; }

Property Value

Int32
The proxy port.
Remarks
Gets the port to use when connecting to the proxy server.
See Also