Class StardogServer
Management connection for Stardog servers running the latest version, current this is 3.*.
Inheritance
StardogServer
Inherited Members
Namespace: VDS.RDF.Storage.Management
Assembly: dotNetRdf.dll
Syntax
public class StardogServer : StardogV3Server, IAsyncStorageServer, IConfigurationSerializable, IStorageServer, IDisposable
Constructors
| Edit this page View SourceStardogServer(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. |
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. |
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, 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. |
IWebProxy | proxy | Proxy Server. |