SesameServer Constructor (String) |
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public SesameServer(
string baseUri
)
Public Sub New (
baseUri As String
)
Parameters
- baseUri
- Type: SystemString
Base Uri of the Store.
See Also