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