BaseAsyncHttpConnector Properties |
The BaseAsyncHttpConnector type exposes the following members.
Name | Description | |
---|---|---|
AsyncParentServer |
Gets the parent server (if any).
| |
DeleteSupported |
Gets whether the Store supports Graph deletion via the DeleteGraph() method.
| |
IOBehaviour |
Gets the IO Behaviour of the Store.
| |
IsReadOnly |
Gets whether the Store is read only.
| |
IsReady |
Indicates whether the Store is ready to accept requests.
| |
ListGraphsSupported |
Gets whether the Store supports listing graphs via the ListGraphs() method.
| |
ParentServer |
Gets the parent server (if any).
| |
Password |
Password for accessing the Store.
(Inherited from BaseHttpConnector.) | |
Proxy |
Gets/Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.) | |
ProxyCredentials |
Gets/Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.) | |
Timeout |
Gets/Sets the HTTP Timeouts used specified in milliseconds.
(Inherited from BaseHttpConnector.) | |
UpdateSupported |
Gets whether the Store supports Triple level updates via the UpdateGraph() method.
| |
Username |
Password for accessing the Store.
(Inherited from BaseHttpConnector.) |