Show / Hide Table of Contents

Class StardogServer

Management connection for Stardog servers running the latest version, current this is 3.*.

Inheritance
System.Object
BaseHttpConnector
BaseStardogServer
StardogV1Server
StardogV2Server
StardogV3Server
StardogServer
Implements
IAsyncStorageServer
IConfigurationSerializable
IStorageServer
System.IDisposable
Inherited Members
StardogV3Server.GetStore(string)
StardogV3Server.GetStore(string, AsyncStorageCallback, object)
StardogV1Server.GetStoreAsync(string, CancellationToken)
BaseStardogServer._baseUri
BaseStardogServer._adminUri
BaseStardogServer.HasCredentials
BaseStardogServer.IOBehaviour
BaseStardogServer.ListStores()
BaseStardogServer.GetDefaultTemplate(string)
BaseStardogServer.GetAvailableTemplates(string)
BaseStardogServer.CreateStore(IStoreTemplate)
BaseStardogServer.DeleteStore(string)
BaseStardogServer.ListStores(AsyncStorageCallback, object)
BaseStardogServer.ListStoresAsync(CancellationToken)
BaseStardogServer.GetDefaultTemplate(string, AsyncStorageCallback, object)
BaseStardogServer.GetDefaultTemplateAsync(string, CancellationToken)
BaseStardogServer.GetAvailableTemplates(string, AsyncStorageCallback, object)
BaseStardogServer.GetAvailableTemplatesAsync(string, CancellationToken)
BaseStardogServer.CreateStore(IStoreTemplate, AsyncStorageCallback, object)
BaseStardogServer.CreateStoreAsync(IStoreTemplate, CancellationToken)
BaseStardogServer.DeleteStore(string, AsyncStorageCallback, object)
BaseStardogServer.DeleteStoreAsync(string, CancellationToken)
BaseStardogServer.CreateAdminRequest(string, string, string, Dictionary<string, string>)
BaseStardogServer.CreateAdminRequest(string, string, HttpMethod, Dictionary<string, string>)
BaseStardogServer.SerializeConfiguration(ConfigurationSerializationContext)
BaseHttpConnector.HttpClient
BaseHttpConnector.HttpClientHandler
BaseHttpConnector.SetProxy(string)
BaseHttpConnector.SetProxy(Uri)
BaseHttpConnector.Proxy
BaseHttpConnector.ClearProxy()
BaseHttpConnector.SetProxyCredentials(string, string)
BaseHttpConnector.SetProxyCredentials(string, string, string)
BaseHttpConnector.ProxyCredentials
BaseHttpConnector.ClearProxyCredentials()
BaseHttpConnector.Timeout
BaseHttpConnector.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(string, string)
BaseHttpConnector.Dispose()
BaseHttpConnector.Dispose(bool)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Storage.Management
Assembly: dotNetRdf.dll
Syntax
public class StardogServer : StardogV3Server, IAsyncStorageServer, IConfigurationSerializable, IStorageServer, IDisposable

Constructors

| Improve this Doc View Source

StardogServer(string, IWebProxy)

Creates a new connection to a Stardog Server.

Declaration
public StardogServer(string baseUri, IWebProxy proxy)
Parameters
Type Name Description
string baseUri

Base Uri of the Server.

System.Net.IWebProxy proxy

Proxy Server.

| Improve this Doc View Source

StardogServer(string, string, string, IWebProxy)

Creates a new connection to a Stardog Server.

Declaration
public StardogServer(string baseUri, string username, string password, IWebProxy proxy)
Parameters
Type Name Description
string baseUri

Base Uri of the Server.

string username

Username.

string password

Password.

System.Net.IWebProxy proxy

Proxy Server.

| Improve this Doc View Source

StardogServer(string, string, string)

Creates a new connection to a Stardog Server.

Declaration
public StardogServer(string baseUri, string username, string password)
Parameters
Type Name Description
string baseUri

Base Uri of the Server.

string username

Username.

string password

Password.

| Improve this Doc View Source

StardogServer(string)

Creates a new connection to a Stardog Server.

Declaration
public StardogServer(string baseUri)
Parameters
Type Name Description
string baseUri

Base Uri of the Server.

Implements

IAsyncStorageServer
IConfigurationSerializable
IStorageServer
System.IDisposable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • StardogServer(string, IWebProxy)
    • StardogServer(string, string, string, IWebProxy)
    • StardogServer(string, string, string)
    • StardogServer(string)
  • Implements
  • Extension Methods
Back to top Generated by DocFX