Click or drag to resize

FourStoreConnector Constructor (String, IWebProxy)

Creates a new 4store connector which manages access to the services provided by a 4store server.

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

Parameters

baseUri
Type: SystemString
Base Uri of the 4store.
proxy
Type: System.NetIWebProxy
Proxy Server.
Remarks
Note: As of the 0.4.0 release 4store support defaults to Triple Level updates enabled as all recent 4store releases have supported this. You can still optionally disable this with the two argument version of the constructor.
See Also