Click or drag to resize

BaseEndpointSetCredentials Method (String, 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,
	string domain
)

Parameters

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