MailBee.NET Objects 4.0

ProxyServer.Password Property

Gets or sets the user account password on the proxy server.

public string Password {get; set;}

Property Value

The user account password on the proxy server. The default value is an empty string.

Remarks

Usually, SOCKS5 and HTTP proxies require authentication (and thus AccountName and Password properties set) while SOCKS4 proxies do not use authentication.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException value is a null reference (Nothing in Visual Basic).

See Also

ProxyServer Class | MailBee.Proxy Namespace