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