Click or drag to resize

SparqlRemoteUpdateEndpoint Constructor (String)

Creates a new SPARQL Update Endpoint for the given URI.

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

Parameters

endpointUri
Type: SystemString
Endpoint URI.
See Also