AuthUserPass.Password Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

AuthUserPass.Password Property

Gets or sets the password to use when authenticating with the proxy server.

[Visual Basic]Private Property Password As String
[C#]
private string Password {get; set;}

Property Value

The password to use when authenticating with the proxy server.

Exceptions

Exception Type Condition
System.ArgumentNullException The specified value is null.

See Also

AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace