SparqlRemoteEndpoint Constructor |
Name | Description | |
---|---|---|
![]() | SparqlRemoteEndpoint |
Empty Constructor for use by derived classes.
|
![]() | SparqlRemoteEndpoint(Uri) |
Creates a new SPARQL Endpoint for the given Endpoint URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerableString) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerableUri) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, String) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph Uri.
|
![]() | SparqlRemoteEndpoint(Uri, Uri) |
Creates a new SPARQL Endpoint for the given Endpoint Uri using the given Default Graph Uri.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerableString, IEnumerableString) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerableString, IEnumerableUri) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerableUri, IEnumerableString) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, IEnumerableUri, IEnumerableUri) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, String, IEnumerableString) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, Uri, IEnumerableString) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|
![]() | SparqlRemoteEndpoint(Uri, Uri, IEnumerableUri) |
Creates a new SPARQL Endpoint for the given Endpoint URI using the given Default Graph URI.
|