ProxyServerPassword Property |
Gets or sets the user account password on the proxy server.
Namespace: MailBee.ProxyAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Password { get; set; }
Public Property Password As String
Get
Set
Property Value
Type:
StringThe user account password on the proxy server. The default value is an empty string.
Exceptions Remarks Usually, SOCKS5 and HTTP proxies require authentication (and thus
AccountName and
Password properties set) while SOCKS4 proxies do not use authentication.
See Also