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