Click or drag to resize

SesameServer Constructor (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,
	IWebProxy proxy
)

Parameters

baseUri
Type: SystemString
Base Uri of the Store.
proxy
Type: System.NetIWebProxy
Proxy Server.
See Also