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
)
Public Sub SetCredentials (
username As String,
password As String,
domain As String
)
Parameters
- username
- Type: SystemString
Username. - password
- Type: SystemString
Password. - domain
- Type: SystemString
Domain.
See Also