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
)
Public Sub New (
endpointUri As Uri
)
Parameters
- endpointUri
- Type: SystemUri
Remote Endpoint URI.
See Also