Gets or sets the credentials to submit to the proxy server for authentication.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Property Credentials As ICredentials Get Set |
| C# |
|---|
public override ICredentials Credentials { get; set; } |
Field Value
An ICredentials containing the credentials to submit to the proxy server for authentication.
Remarks
Only credentials of type NetworkCredential are supported by FtpWebRequest.