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
)
Public Sub New (
serviceUri As Uri,
proxy As IWebProxy
)
Parameters
- serviceUri
- Type: SystemUri
The /data URI of the Fuseki Server. - proxy
- Type: System.NetIWebProxy
Proxy Server.
See Also