Click or drag to resize

BaseHttpConnectorSetProxyCredentials Method (String, String)

Sets Credentials to be used for Proxy Server.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void SetProxyCredentials(
	string username,
	string password
)

Parameters

username
Type: SystemString
Username.
password
Type: SystemString
Password.
See Also