FourStoreConnector Constructor (String, IWebProxy) |
Creates a new 4store connector which manages access to the services provided by a 4store server.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic FourStoreConnector(
string baseUri,
IWebProxy proxy
)
Public Sub New (
baseUri As String,
proxy As IWebProxy
)
Parameters
- baseUri
- Type: System.String
Base Uri of the 4store. - proxy
- Type: System.Net.IWebProxy
Proxy Server.
RemarksNote: As of the 0.4.0 release 4store support defaults to Triple Level updates enabled as all recent 4store releases have supported this. You can still optionally disable this with the two argument version of the constructor.
See Also