Click or drag to resize

AllegroGraphConnector Constructor (String, String, IWebProxy)

Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).

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

Parameters

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