Click or drag to resize

BaseStardogConnectorCreateRequest Method

Helper method for creating HTTP Requests to the Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual HttpWebRequest CreateRequest(
	string servicePath,
	string accept,
	string method,
	Dictionary<string, string> requestParams
)

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