Click or drag to resize

SparqlRemoteEndpoint Constructor (Uri, IEnumerable<Uri>, IEnumerable<String>)

Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlRemoteEndpoint(
	Uri endpointUri,
	IEnumerable<Uri> defaultGraphUris,
	IEnumerable<string> namedGraphUris
)

Parameters

endpointUri
Type: System.Uri
Remote Endpoint URI.
defaultGraphUris
Type: System.Collections.Generic.IEnumerable<Uri>
Default Graph URIs to use when Querying the Endpoint.
namedGraphUris
Type: System.Collections.Generic.IEnumerable<String>
Named Graph URIs to use when Querying the Endpoint.
See Also