StardogConnector Constructor (String, String, IWebProxy) |
Creates a new connection to a Stardog Store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public StardogConnector(
string baseUri,
string kbID,
IWebProxy proxy
)
Public Sub New (
baseUri As String,
kbID As String,
proxy As IWebProxy
)
Parameters
- baseUri
- Type: SystemString
Base Uri of the Server. - kbID
- Type: SystemString
Knowledge Base (i.e. Database) ID. - proxy
- Type: System.NetIWebProxy
Proxy Server.
See Also