Click or drag to resize

FederatedSparqlRemoteEndpoint Methods

The FederatedSparqlRemoteEndpoint type exposes the following members.

Methods
  NameDescription
Public methodAddEndpoint(Uri)
Adds an additional endpoint to be used by this endpoint.
Public methodAddEndpoint(SparqlRemoteEndpoint)
Adds a additional endpoint to be used by this endpoint.
Protected methodApplyCustomRequestOptions
Method which may be overridden in derived classes to add any additional custom request options/headers to the request.
(Inherited from BaseEndpoint.)
Protected methodApplyRequestOptions
Applies generic request options (timeout, authorization and proxy server) to a request.
(Inherited from BaseEndpoint.)
Public methodClearCredentials
Clears any in-use credentials so subsequent requests will not use HTTP authentication.
(Inherited from BaseEndpoint.)
Public methodClearProxy
Clears any in-use credentials so subsequent requests will not use a proxy server.
(Inherited from BaseEndpoint.)
Public methodClearProxyCredentials
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
(Inherited from BaseEndpoint.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQueryRaw(String)
Makes a Query to a Sparql Endpoint and returns the raw Response.
(Overrides SparqlRemoteEndpointQueryRaw(String).)
Public methodQueryRaw(String, String)
Makes a Query to a Sparql Endpoint and returns the raw Response.
(Overrides SparqlRemoteEndpointQueryRaw(String, String).)
Public methodQueryWithResultGraph(String)
Makes a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Overrides SparqlRemoteEndpointQueryWithResultGraph(String).)
Public methodQueryWithResultGraph(IRdfHandler, String)
Makes a Query where the expected result is a Graph i.e. a CONSTRUCT or DESCRIBE query.
(Overrides SparqlRemoteEndpointQueryWithResultGraph(IRdfHandler, String).)
Public methodQueryWithResultGraph(String, GraphCallback, Object)
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Inherited from SparqlRemoteEndpoint.)
Public methodQueryWithResultGraph(IRdfHandler, String, QueryCallback, Object)
Makes a Query asynchronously where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
(Inherited from SparqlRemoteEndpoint.)
Public methodQueryWithResultSet(String)
Makes a Query where the expected Result is a SparqlResultSet ie. SELECT and ASK Queries.
(Overrides SparqlRemoteEndpointQueryWithResultSet(String).)
Public methodQueryWithResultSet(ISparqlResultsHandler, String)
Makes a Query where the expected Result is a SparqlResultSet ie. SELECT and ASK Queries.
(Overrides SparqlRemoteEndpointQueryWithResultSet(ISparqlResultsHandler, String).)
Public methodQueryWithResultSet(String, SparqlResultsCallback, Object)
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
(Inherited from SparqlRemoteEndpoint.)
Public methodQueryWithResultSet(ISparqlResultsHandler, String, QueryCallback, Object)
Makes a Query asynchronously where the expected Result is a SparqlResultSet i.e. SELECT and ASK Queries.
(Inherited from SparqlRemoteEndpoint.)
Public methodRemoveEndpoint(Uri)
Removes all endpoints with the given URI from this endpoint.
Public methodRemoveEndpoint(SparqlRemoteEndpoint)
Removes a given endpoint from this endpoint.
Public methodSerializeConfiguration
Serializes the Endpoint's Configuration.
(Overrides SparqlRemoteEndpointSerializeConfiguration(ConfigurationSerializationContext).)
Public methodSetCredentials(String, String)
Sets the HTTP Digest authentication credentials to be used.
(Inherited from BaseEndpoint.)
Public methodSetCredentials(String, String, String)
Sets the HTTP Digest authentication credentials to be used.
(Inherited from BaseEndpoint.)
Public methodSetProxy(String)
Sets a Proxy Server to be used.
(Inherited from BaseEndpoint.)
Public methodSetProxy(Uri)
Sets a Proxy Server to be used.
(Inherited from BaseEndpoint.)
Public methodSetProxyCredentials(String, String)
Sets Credentials to be used for Proxy Server.
(Inherited from BaseEndpoint.)
Public methodSetProxyCredentials(String, String, String)
Sets Credentials to be used for Proxy Server.
(Inherited from BaseEndpoint.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also