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, IEnumerable<String>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerable<Uri>)
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, IEnumerable<String>, IEnumerable<String>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerable<String>, IEnumerable<Uri>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerable<Uri>, IEnumerable<String>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, IEnumerable<Uri>, IEnumerable<Uri>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, String, IEnumerable<String>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, Uri, IEnumerable<String>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Public methodSparqlRemoteEndpoint(Uri, Uri, IEnumerable<Uri>)
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
Top
See Also