BaseHttpConnector.SetProxyCredentials Method (String, String) |
Sets Credentials to be used for Proxy Server.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic void SetProxyCredentials(
string username,
string password
)
Public Sub SetProxyCredentials (
username As String,
password As String
)
Parameters
- username
- Type: System.String
Username. - password
- Type: System.String
Password.
See Also