Click or drag to resize

BaseAsyncHttpConnector Properties

The BaseAsyncHttpConnector type exposes the following members.

Properties
  NameDescription
Public propertyAsyncParentServer
Gets the parent server (if any).
Public propertyDeleteSupported
Gets whether the Store supports Graph deletion via the DeleteGraph() method.
Public propertyIOBehaviour
Gets the IO Behaviour of the Store.
Public propertyIsReadOnly
Gets whether the Store is read only.
Public propertyIsReady
Indicates whether the Store is ready to accept requests.
Public propertyListGraphsSupported
Gets whether the Store supports listing graphs via the ListGraphs() method.
Public propertyParentServer
Gets the parent server (if any).
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 whether the Store supports Triple level updates via the UpdateGraph() method.
Protected propertyUsername
Password for accessing the Store.
(Inherited from BaseHttpConnector.)
Top
See Also