Class SesameHttpProtocolVersion5Connector
Connector for connecting to a Store that supports the Sesame 2.0 HTTP Communication Protocol version 5 (i.e. no SPARQL Update support).
Inheritance
Implements
Inherited Members
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.Client.dll
Syntax
public class SesameHttpProtocolVersion5Connector : BaseSesameHttpProtocolConnector, IAsyncQueryableStorage, IAsyncStorageProvider, IConfigurationSerializable, IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable
Constructors
| Improve this Doc View SourceSesameHttpProtocolVersion5Connector(string, string, IWebProxy)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolVersion5Connector(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. |
SesameHttpProtocolVersion5Connector(string, string, string, string, IWebProxy)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolVersion5Connector(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. |
SesameHttpProtocolVersion5Connector(string, string, string, string)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolVersion5Connector(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. |
SesameHttpProtocolVersion5Connector(string, string)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolVersion5Connector(string baseUri, string storeID)
Parameters
Type | Name | Description |
---|---|---|
string | baseUri | Base Uri of the Store. |
string | storeID | Store ID. |