Click or drag to resize

SparqlRemoteEndpoint Constructor (Uri)

Creates a new SPARQL Endpoint for the given Endpoint URI.

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

Parameters

endpointUri
Type: SystemUri
Remote Endpoint URI.
See Also