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