SparqlRemoteEndpoint Constructor (Uri, IEnumerableUri, IEnumerableUri) | 
 
            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: 
Syntaxpublic SparqlRemoteEndpoint(
	Uri endpointUri,
	IEnumerable<Uri> defaultGraphUris,
	IEnumerable<Uri> namedGraphUris
)
Public Sub New ( 
	endpointUri As Uri,
	defaultGraphUris As IEnumerable(Of Uri),
	namedGraphUris As IEnumerable(Of Uri)
)
Parameters
- endpointUri
 - Type: SystemUri
Remote Endpoint URI. - defaultGraphUris
 - Type: System.Collections.GenericIEnumerableUri
Default Graph URIs to use when Querying the Endpoint. - namedGraphUris
 - Type: System.Collections.GenericIEnumerableUri
Named Graph URIs to use when Querying the Endpoint. 
See Also