Click or drag to resize

BaseEndpointSetCredentials Method (String, String)

Sets the HTTP Digest authentication credentials to be used.

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

Parameters

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