BaseStardogConnectorCreateRequest Method  | 
 
            Helper method for creating HTTP Requests to the Store.
            
 
    Namespace: 
   VDS.RDF.Storage
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected virtual HttpWebRequest CreateRequest(
	string servicePath,
	string accept,
	string method,
	Dictionary<string, string> requestParams
)
Protected Overridable Function CreateRequest ( 
	servicePath As String,
	accept As String,
	method As String,
	requestParams As Dictionary(Of String, String)
) As HttpWebRequest
Parameters
- servicePath
 - Type: SystemString
Path to the Service requested. - accept
 - Type: SystemString
Acceptable Content Types. - method
 - Type: SystemString
HTTP Method. - requestParams
 - Type: System.Collections.GenericDictionaryString, String
Querystring Parameters. 
Return Value
Type: 
HttpWebRequest[Missing <returns> documentation for "M:VDS.RDF.Storage.BaseStardogConnector.CreateRequest(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]
See Also