Rebex SFTP for .NET

Proxy.Credentials Property

Gets or sets the credentials to submit to the proxy server for authentication.

public System.Net.ICredentials Credentials {get; set;}

Property Value

An ICredentials containing the credentials to submit to the proxy server for authentication.

Implements

IWebProxy.Credentials

Remarks

Only credentials of type NetworkCredential are supported.

See Also

Proxy Class | Rebex.Net Namespace