StardogServer Constructor (String) | 
 
            Creates a new connection to a Stardog Server.
            
 
    Namespace: 
   VDS.RDF.Storage.Management
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic StardogServer(
	string baseUri
)
Public Sub New ( 
	baseUri As String
)
Parameters
- baseUri
 - Type: SystemString
Base Uri of the Server. 
See Also