Gets or sets the port number on which to communicate with the proxy server.
Namespace: MailBee.ProxyAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int Port { get; set; }
Public Property Port As Integer
Get
Set
Property Value
Type:
Int32The port number on which to communicate with the proxy server. The default value is
1080.
Exceptions 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