Click or drag to resize

BaseStardogServer Constructor (String)

Creates a new connection to a Stardog Server.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseStardogServer(
	string baseUri
)

Parameters

baseUri
Type: SystemString
Base Uri of the Server.
See Also