FtpProxy.Credentials Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Credentials
Gets or sets the credentials to submit to the proxy server for authentication. Password authentication is not supported by SOCKS4 and SOCKS4a. Inherited from Proxy.
Declaration
public ICredentials Credentials { get; set; }
Property Value
Type | Description |
---|---|
ICredentials | An ICredentials containing the credentials to submit to the proxy server for authentication. |
Implements
Remarks
Only credentials of type NetworkCredential are supported.