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)
BaseStardogServer.BaseUri
BaseStardogServer.AdminUri
BaseStardogServer.Username
BaseStardogServer.Password
BaseStardogServer.HasCredentials
BaseStardogServer.IOBehaviour
BaseStardogServer.ListStores()
BaseStardogServer.GetDefaultTemplate(String)
BaseStardogServer.GetAvailableTemplates(String)
BaseStardogServer.CreateStore(IStoreTemplate)
BaseStardogServer.DeleteStore(String)
BaseStardogServer.ListStores(AsyncStorageCallback, Object)
BaseStardogServer.GetDefaultTemplate(String, AsyncStorageCallback, Object)
BaseStardogServer.GetAvailableTemplates(String, AsyncStorageCallback, Object)
BaseStardogServer.CreateStore(IStoreTemplate, AsyncStorageCallback, Object)
BaseStardogServer.DeleteStore(String, AsyncStorageCallback, Object)
BaseStardogServer.CreateAdminRequest(String, String, String, Dictionary<String, String>)
BaseStardogServer.Dispose()
BaseStardogServer.SerializeConfiguration(ConfigurationSerializationContext)
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.ApplyRequestOptions(HttpWebRequest)
BaseHttpConnector.SerializeStandardConfig(INode, ConfigurationSerializationContext)
BaseHttpConnector.SetCredentials(String, String)
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)
System.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)

Creates a new connection to a Stardog Server.
Declaration
public StardogServer(string baseUri)
Parameters
Type Name Description
System.String baseUri Base Uri of the Server.
| 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
System.String baseUri Base Uri of the Server.
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
System.String baseUri Base Uri of the Server.
System.String username Username.
System.String password Password.
| 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
System.String baseUri Base Uri of the Server.
System.String username Username.
System.String password Password.
System.Net.IWebProxy proxy Proxy Server.

Implements

IAsyncStorageServer
IConfigurationSerializable
IStorageServer
System.IDisposable

Extension Methods

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