Click or drag to resize

SparqlRemoteUpdateEndpoint Constructor (Uri)

Creates a new SPARQL Update Endpoint for the given URI.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlRemoteUpdateEndpoint(
	Uri endpointUri
)

Parameters

endpointUri
Type: SystemUri
Endpoint URI.
See Also