Click or drag to resize

SparqlHttpProtocolConnector Properties

The SparqlHttpProtocolConnector type exposes the following members.

Properties
  NameDescription
Public propertyAsyncParentServer
Gets the parent server (if any).
(Inherited from BaseAsyncHttpConnector.)
Public propertyDeleteSupported
Returns that deleting Graphs is supported.
(Overrides BaseAsyncHttpConnectorDeleteSupported.)
Public propertyIOBehaviour
Gets the IO Behaviour of SPARQL Graph Store protocol based stores.
(Overrides BaseAsyncHttpConnectorIOBehaviour.)
Public propertyIsReadOnly
Gets that the Store is not read-only.
(Overrides BaseAsyncHttpConnectorIsReadOnly.)
Public propertyIsReady
Gets that the Store is ready.
(Overrides BaseAsyncHttpConnectorIsReady.)
Public propertyListGraphsSupported
Returns that listing Graphs is not supported.
(Overrides BaseAsyncHttpConnectorListGraphsSupported.)
Public propertyParentServer
Gets the parent server (if any).
(Inherited from BaseAsyncHttpConnector.)
Protected propertyPassword
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Public propertyProxy
Gets/Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.)
Public propertyProxyCredentials
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.)
Public propertyTimeout
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseHttpConnector.)
Public propertyUpdateSupported
Gets that Updates are supported.
(Overrides BaseAsyncHttpConnectorUpdateSupported.)
Protected propertyUsername
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Top
See Also