AllegroGraphConnector Constructor (String, String, String, String, String, IWebProxy) | 
 
            Creates a new Connection to an AllegroGraph store.
            
 
    Namespace: 
   VDS.RDF.Storage
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic AllegroGraphConnector(
	string baseUri,
	string catalogID,
	string storeID,
	string username,
	string password,
	IWebProxy proxy
)
Public Sub New ( 
	baseUri As String,
	catalogID As String,
	storeID As String,
	username As String,
	password As String,
	proxy As IWebProxy
)
Parameters
- baseUri
 - Type: SystemString
Base Uri for the Store. - catalogID
 - Type: SystemString
Catalog ID. - storeID
 - Type: SystemString
Store ID. - username
 - Type: SystemString
Username for connecting to the Store. - password
 - Type: SystemString
Password for connecting to the Store. - proxy
 - Type: System.NetIWebProxy
Proxy Server. 
See Also