FtpWebRequest.Credentials Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Credentials
Gets or sets the credentials to submit to the proxy server for authentication.
Declaration
public override ICredentials Credentials { get; set; }
Property Value
Type | Description |
---|---|
ICredentials | An ICredentials containing the credentials to submit to the proxy server for authentication. |
Overrides
Remarks
Only credentials of type NetworkCredential are supported by FtpWebRequest.