Click or drag to resize

BaseStardogServerCreateAdminRequest Method

Create a request to the Stardog server's Admin API.

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

Parameters

servicePath
Type: SystemString
The admin API service path.
accept
Type: SystemString
Accept header content.
method
Type: SystemString
HTTP method to use.
requestParams
Type: System.Collections.GenericDictionaryString, String
Additional request parameters.

Return Value

Type: HttpWebRequest

[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.BaseStardogServer.CreateAdminRequest(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also