Class SesameHttpProtocolConnector
Connector for connecting to a Store that supports the Sesame 2.0 HTTP Communication protocol.
Inheritance
Implements
Inherited Members
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.Client.dll
Syntax
public class SesameHttpProtocolConnector : SesameHttpProtocolVersion6Connector, IAsyncQueryableStorage, IAsyncStorageProvider, IConfigurationSerializable, IUpdateableStorage, IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable
Remarks
Acts as a synonym for whatever the latest version of the Sesame HTTP Protocol that is supported by dotNetRDF might be. Currently this is Version 6 which includes SPARQL Update support (Sesame 2.4+ required).
Constructors
| Improve this Doc View SourceSesameHttpProtocolConnector(string, string, IWebProxy)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolConnector(string baseUri, string storeID, IWebProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Store. |
string | storeID | Store ID. |
System.Net.IWebProxy | proxy | Proxy Server. |
Remarks
Acts as a synonym for whatever the latest version of the Sesame HTTP Protocol that is supported by dotNetRDF might be. Currently this is Version 6 which includes SPARQL Update support (Sesame 2.4+ required).
SesameHttpProtocolConnector(string, string, string, string, IWebProxy)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolConnector(string baseUri, string storeID, string username, string password, IWebProxy proxy)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Store. |
string | storeID | Store ID. |
string | username | Username to use for requests that require authentication. |
string | password | Password to use for requests that require authentication. |
System.Net.IWebProxy | proxy | Proxy Server. |
Remarks
Acts as a synonym for whatever the latest version of the Sesame HTTP Protocol that is supported by dotNetRDF might be. Currently this is Version 6 which includes SPARQL Update support (Sesame 2.4+ required).
SesameHttpProtocolConnector(string, string, string, string)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolConnector(string baseUri, string storeID, string username, string password)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Store. |
string | storeID | Store ID. |
string | username | Username to use for requests that require authentication. |
string | password | Password to use for requests that require authentication. |
Remarks
Acts as a synonym for whatever the latest version of the Sesame HTTP Protocol that is supported by dotNetRDF might be. Currently this is Version 6 which includes SPARQL Update support (Sesame 2.4+ required).
SesameHttpProtocolConnector(string, string)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolConnector(string baseUri, string storeID)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Store. |
string | storeID | Store ID. |
Remarks
Acts as a synonym for whatever the latest version of the Sesame HTTP Protocol that is supported by dotNetRDF might be. Currently this is Version 6 which includes SPARQL Update support (Sesame 2.4+ required).