ProxyServerPort Property
Gets or sets the port number on which to communicate with the proxy server.

Namespace: MailBee.Proxy
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int Port { get; set; }

Property Value

Type: Int32
The port number on which to communicate with the proxy server. The default value is 1080.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is an invalid port number.
Remarks
Usually, the default value of 1080 is ok for SOCKS4 and SOCKS5 proxy servers. HTTP proxy, however, usually operates on port 808.
See Also