Click or drag to resize

SparqlRemoteEndpoint Constructor

Overload List
  NameDescription
Protected methodSparqlRemoteEndpoint
Empty Constructor for use by derived classes.
Public methodSparqlRemoteEndpoint(Uri)
Creates a new SPARQL Endpoint for the given Endpoint URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerableString)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerableUri)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, String)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph Uri.
Public methodSparqlRemoteEndpoint(Uri, Uri)
Creates a new SPARQL Endpoint for the given Endpoint Uri using the given Default Graph Uri.
Public methodSparqlRemoteEndpoint(Uri, IEnumerableString, IEnumerableString)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerableString, IEnumerableUri)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerableUri, IEnumerableString)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerableUri, IEnumerableUri)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, String, IEnumerableString)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, Uri, IEnumerableString)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, Uri, IEnumerableUri)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Top
See Also