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