SparqlRemoteEndpoint Constructor (Uri) | 
 
            Creates a new SPARQL Endpoint for the given Endpoint URI.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic SparqlRemoteEndpoint(
	Uri endpointUri
)
Public Sub New ( 
	endpointUri As Uri
)
Parameters
- endpointUri
 - Type: SystemUri
Remote Endpoint URI. 
See Also