SesameServer Class |
Namespace: VDS.RDF.Storage.Management
The SesameServer type exposes the following members.
Name | Description | |
---|---|---|
![]() | SesameServer(String) |
Creates a new connection to a Sesame HTTP Protocol supporting Store.
|
![]() | SesameServer(String, IWebProxy) |
Creates a new connection to a Sesame HTTP Protocol supporting Store.
|
![]() | SesameServer(String, String, String) |
Creates a new connection to a Sesame HTTP Protocol supporting Store.
|
![]() | SesameServer(String, String, String, IWebProxy) |
Creates a new connection to a Sesame HTTP Protocol supporting Store.
|
Name | Description | |
---|---|---|
![]() | IOBehaviour |
Gets the IO Behaviour of the server.
|
![]() | 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.) |
![]() | Username |
Password for accessing the Store.
(Inherited from BaseHttpConnector.) |
Name | Description | |
---|---|---|
![]() | ApplyRequestOptions |
Helper method which applies standard request options to the request, these currently include proxy settings and HTTP timeout.
(Inherited from BaseHttpConnector.) |
![]() | ClearProxy |
Clears any in-use credentials so subsequent requests will not use a proxy server.
(Inherited from BaseHttpConnector.) |
![]() | ClearProxyCredentials |
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
(Inherited from BaseHttpConnector.) |
![]() | CreateRequest |
Helper method for creating HTTP Requests to the Store.
|
![]() | CreateStore(IStoreTemplate) |
Creates a new Store based on the given template.
|
![]() | CreateStore(IStoreTemplate, AsyncStorageCallback, Object) |
Creates a new store based on the given template.
|
![]() | DeleteStore(String) |
Deletes the Store with the given ID.
|
![]() | DeleteStore(String, AsyncStorageCallback, Object) |
Deletes a store asynchronously.
|
![]() | Dispose |
Disposes of the server.
|
![]() | EnsureSystemConnection |
Ensures the connection to the Sesame SYSTEM repository is prepared if it isn't already.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAvailableTemplates(String) |
Gets all available templates for creating a store.
|
![]() | GetAvailableTemplates(String, AsyncStorageCallback, Object) |
Gets all available templates for creating a store.
|
![]() | GetDefaultTemplate(String) |
Gets a default template for creating a store.
|
![]() | GetDefaultTemplate(String, AsyncStorageCallback, Object) |
Gets a default template for creating a store.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetStore(String) |
Gets the Store with the given ID.
|
![]() | GetStore(String, AsyncStorageCallback, Object) |
Gets a store asynchronously.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ListStores() |
Gets the list of available stores.
|
![]() | ListStores(AsyncStorageCallback, Object) |
Lists the available stores asynchronously.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SerializeConfiguration |
Serializes the connection's configuration.
|
![]() | SerializeStandardConfig |
Helper method which adds standard configuration information (proxy and timeout settings) to serialized configuration.
(Inherited from BaseHttpConnector.) |
![]() | SetCredentials | (Inherited from BaseHttpConnector.) |
![]() | SetProxy(String) |
Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.) |
![]() | SetProxy(Uri) |
Sets a Proxy Server to be used.
(Inherited from BaseHttpConnector.) |
![]() | SetProxyCredentials(String, String) |
Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.) |
![]() | SetProxyCredentials(String, String, String) |
Sets Credentials to be used for Proxy Server.
(Inherited from BaseHttpConnector.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _baseUri |
Base Uri for the Server.
|
![]() | _hasCredentials |
Whether the User has provided credentials for accessing the Server using authentication.
|
![]() | _pwd |
Password for accessing the Server.
|
![]() | _repositoriesPrefix |
Repositories Prefix.
|
![]() | _username |
Username for accessing the Server.
|
![]() ![]() | SystemRepositoryID |
System Repository ID.
|
![]() | TemplateTypes |
Available Sesame template types.
|