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
System.Object
SesameHttpProtocolVersion5Connector
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public class SesameHttpProtocolVersion5Connector : BaseSesameHttpProtocolConnector, IAsyncQueryableStorage, IAsyncStorageProvider, IConfigurationSerializable, IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable
Constructors
| Improve this Doc View SourceSesameHttpProtocolVersion5Connector(String, String)
Creates a new connection to a Sesame HTTP Protocol supporting Store.
Declaration
public SesameHttpProtocolVersion5Connector(string baseUri, string storeID)
Parameters
Type | Name | Description |
---|---|---|
System.String | baseUri | Base Uri of the Store. |
System.String | storeID | Store ID. |
SesameHttpProtocolVersion5Connector(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 |
---|---|---|
System.String | baseUri | Base Uri of the Store. |
System.String | storeID | Store ID. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Store. |
System.String | storeID | Store ID. |
System.String | username | Username to use for requests that require authentication. |
System.String | password | Password to use for requests that require authentication. |
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 |
---|---|---|
System.String | baseUri | Base Uri of the Store. |
System.String | storeID | Store ID. |
System.String | username | Username to use for requests that require authentication. |
System.String | password | Password to use for requests that require authentication. |
System.Net.IWebProxy | proxy | Proxy Server. |
Implements
System.IDisposable