Gets or sets the credentials to submit to the proxy server for authentication.
Password authentication is not supported by SOCKS4 and SOCKS4a.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Property Credentials As ICredentials Get Set |
C# |
---|
public ICredentials Credentials { get; set; } |
Field Value
An ICredentials containing the credentials to submit to the proxy server for authentication.Implements
IWebProxy..::..CredentialsRemarks
Only credentials of type NetworkCredential are supported.