SesameHttpProtocolVersion5Connector Constructor (String, String, 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,
	string username,
	string password,
	IWebProxy proxy
)
Public Sub New ( 
	baseUri As String,
	storeID As String,
	username As String,
	password As String,
	proxy As IWebProxy
)
Parameters
- baseUri
 - Type: SystemString
Base Uri of the Store. - storeID
 - Type: SystemString
Store ID. - username
 - Type: SystemString
Username to use for requests that require authentication. - password
 - Type: SystemString
Password to use for requests that require authentication. - proxy
 - Type: System.NetIWebProxy
Proxy Server. 
See Also