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