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
)
Protected Overridable Function CreateAdminRequest (
servicePath As String,
accept As String,
method As String,
requestParams As Dictionary(Of String, String)
) As HttpWebRequest
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