AllegroGraphServerCreateRequest Method |
Helper method for creating HTTP Requests to the Store.
Namespace:
VDS.RDF.Storage.Management
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override HttpWebRequest CreateRequest(
string servicePath,
string accept,
string method,
Dictionary<string, string> queryParams
)
Protected Overrides Function CreateRequest (
servicePath As String,
accept As String,
method As String,
queryParams 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. - queryParams
- Type: System.Collections.GenericDictionaryString, String
Querystring Parameters.
Return Value
Type:
HttpWebRequest[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.AllegroGraphServer.CreateRequest(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]
See Also