Click or drag to resize

ReadWriteSparqlConnector Constructor (Uri, Uri)

Creates a new connection.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ReadWriteSparqlConnector(
	Uri queryEndpoint,
	Uri updateEndpoint
)

Parameters

queryEndpoint
Type: SystemUri
Query Endpoint.
updateEndpoint
Type: SystemUri
Update Endpoint.
See Also