Click or drag to resize

FourStoreConnector Constructor (String, Boolean, 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,
	bool enableUpdateSupport,
	IWebProxy proxy
)

Parameters

baseUri
Type: SystemString
Base Uri of the 4store.
enableUpdateSupport
Type: SystemBoolean
Indicates to the connector that you are using a 4store instance that supports Triple level updates.
proxy
Type: System.NetIWebProxy
Proxy Server.
Remarks
If you enable Update support but are using a 4store instance that does not support Triple level updates then you will almost certainly experience errors while using the connector.
See Also