Click or drag to resize

SesameServer Constructor (String, String, String, IWebProxy)

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,
	string username,
	string password,
	IWebProxy proxy
)

Parameters

baseUri
Type: SystemString
Base Uri of the Store.
username
Type: SystemString
Username to use for requests that require authentication.
password
Type: SystemString
Password to use for requests that require authentication.
proxy
Type: System.NetIWebProxy
Proxy Server.
See Also