Click or drag to resize

FusekiConnector Constructor (String, IWebProxy)

Creates a new connection to a Fuseki Server.

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

Parameters

serviceUri
Type: SystemString
The /data URI of the Fuseki Server.
proxy
Type: System.NetIWebProxy
Proxy Server.
See Also