FusekiConnector Constructor (String, IWebProxy) |
Creates a new connection to a Fuseki Server.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic FusekiConnector(
string serviceUri,
IWebProxy proxy
)
Public Sub New (
serviceUri As String,
proxy As IWebProxy
)
Parameters
- serviceUri
- Type: System.String
The /data URI of the Fuseki Server. - proxy
- Type: System.Net.IWebProxy
Proxy Server.
See Also