Click or drag to resize

BaseStardogServer Constructor (String, IWebProxy)

Creates a new connection to a Stardog Server.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseStardogServer(
	string baseUri,
	IWebProxy proxy
)

Parameters

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