AllegroGraphServer Constructor (String, IWebProxy) |
Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public AllegroGraphServer(
string baseUri,
IWebProxy proxy
)
Public Sub New (
baseUri As String,
proxy As IWebProxy
)
Parameters
- baseUri
- Type: SystemString
Base Uri for the Store. - proxy
- Type: System.NetIWebProxy
Proxy Server.
See Also