Click or drag to resize

HttpApiRequestCreateGetRequest Method (String, IDictionaryString, String, IDictionaryString, String)

Create a GET request with a given url, url parameters, and additional headers

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public static HttpApiGetRequest CreateGetRequest(
	string url,
	IDictionary<string, string> urlParameters,
	IDictionary<string, string> additionalHeaders
)

Parameters

url
Type: SystemString
A give url
urlParameters
Type: System.Collections.GenericIDictionaryString, String
Url parameters
additionalHeaders
Type: System.Collections.GenericIDictionaryString, String
Additional headers

Return Value

Type: HttpApiGetRequest
Return ![CDATA[HttpApiGetRequest]]
See Also