dotNetRDF API Documentation

BaseAsyncHttpConnector Class

Abstract Base Class for HTTP Based IAsyncStorageProvider implementations

For a list of all members of this type, see BaseAsyncHttpConnector Members .

System.Object
   BaseHttpConnector
      BaseAsyncHttpConnector
         BaseSesameHttpProtocolConnector
         DydraConnector
         FourStoreConnector
         SparqlHttpProtocolConnector
         StardogConnector

public abstract class BaseAsyncHttpConnector : BaseHttpConnector, IAsyncStorageProvider, IStorageCapabilities, IDisposable

Remarks

It is expected that most classes extending from this will also then implement IStorageProvider separately for their synchronous communication, this class purely provides partial helper implementations for the asynchronous communication

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

BaseAsyncHttpConnector Members | VDS.RDF.Storage Namespace