FtpProxy.Password Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Password
Gets or sets the password to submit to the proxy server for authentication. Password authentication is not supported by SOCKS4 and SOCKS4a. Inherited from Proxy.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
String | A password to submit to the proxy server for authentication. |