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