HttpApiRequestCreateGetRequest(String) Method
|
Create a GET request with a given url.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic static HttpApiGetRequest CreateGetRequest(
string url
)
Parameters
- url String
- A given url
Return Value
HttpApiGetRequestReturn ![CDATA[HttpApiGetRequest]]
See Also