Class StardogServer
Management connection for Stardog servers running the latest version, current this is 3.*.
Inheritance
System.Object
StardogServer
Inherited Members
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 SourceStardogServer(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. |
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. |
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. |
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
System.IDisposable