Click or drag to resize

SesameHttpProtocolVersion6Connector Constructor (String, String, 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 SesameHttpProtocolVersion6Connector(
	string baseUri,
	string storeID,
	string username,
	string password
)

Parameters

baseUri
Type: SystemString
Base Uri of the Store.
storeID
Type: SystemString
Store ID.
username
Type: SystemString
Username to use for requests that require authentication.
password
Type: SystemString
Password to use for requests that require authentication.
See Also