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