StardogServer Constructor (String, String, String) |
Creates a new connection to a Stardog Server.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public StardogServer(
string baseUri,
string username,
string password
)
Public Sub New (
baseUri As String,
username As String,
password As String
)
Parameters
- baseUri
- Type: SystemString
Base Uri of the Server. - username
- Type: SystemString
Username. - password
- Type: SystemString
Password.
See Also