Click or drag to resize

AllegroGraphServer Constructor (String, String, IWebProxy)

Creates a new Connection to an AllegroGraph store.

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

Parameters

baseUri
Type: SystemString
Base Uri for the Store.
catalogID
Type: SystemString
Catalog ID.
proxy
Type: System.NetIWebProxy
Proxy Server.
See Also