Click or drag to resize

FusekiConnector Constructor (Uri, IWebProxy)

Creates a new connection to a Fuseki Server.

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

Parameters

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