ProxyServerAccountName Property |
Gets or sets the user account name 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 AccountName { get; set; }
Public Property AccountName As String
Get
Set
Property Value
Type:
StringThe user account name 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