Click or drag to resize

SparqlRemoteEndpoint Properties

The SparqlRemoteEndpoint type exposes the following members.

Properties
  NameDescription
Public propertyCredentials
Gets/Sets the HTTP authentication credentials to be used.
(Inherited from BaseEndpoint.)
Public propertyDefaultGraphs
Gets the Default Graph URIs for Queries made to the SPARQL Endpoint.
Public propertyHttpMode
Gets/Sets the HTTP Mode used for requests.
(Inherited from BaseEndpoint.)
Public propertyNamedGraphs
Gets the List of Named Graphs used in requests.
Public propertyProxy
Gets/Sets a Proxy Server to be used.
(Inherited from BaseEndpoint.)
Public propertyProxyCredentials
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseEndpoint.)
Public propertyRdfAcceptHeader
Gets/Sets the Accept Header sent with CONSTRUCT/DESCRIBE queries.
Public propertyResultsAcceptHeader
Gets/Sets the Accept Header sent with ASK/SELECT queries.
Public propertyTimeout
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseEndpoint.)
Public propertyUri
Gets the Endpoints URI.
(Inherited from BaseEndpoint.)
Public propertyUseCredentialsForProxy
Controls whether the Credentials set with the SetCredentials() method or the Credentialsare also used for a Proxy (if used).
(Inherited from BaseEndpoint.)
Public propertyUserAgent
Gets/Sets the user agent string to pass in the request header.
(Inherited from BaseEndpoint.)
Top
See Also