Click or drag to resize

HttpApiRequest Class

Support the methods to create HttpApiRequests like HttpApiGetRequest
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSL.ApiHttpApiRequest
    Casewhere.Runtime.DSL.ApiHttpApiGetRequest

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public abstract class HttpApiRequest

The HttpApiRequest type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalHeaders Additional headers if any
Public propertyTimeout 
Public propertyUrl An request url
Top
Methods
 NameDescription
Public methodStatic memberCreateGetRequest(String) Create a GET request with a given url.
Public methodStatic memberCreateGetRequest(String, IDictionaryString, String) Create a GET request with a given url and url parameters
Public methodStatic memberCreateGetRequest(String, IDictionaryString, String, IDictionaryString, String) Create a GET request with a given url, url parameters, and additional headers
Public methodValidate 
Top
See Also