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