Abstracts HTTP calls to ArcGIS Server.
Inheritance Hierarchy
PreStormHttp
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The Http type exposes the following members.
Properties
Name | Description | |
---|---|---|
RequestModifier |
An action that globally modifies the underlying HttpWebRequest object.
|
Methods
Name | Description | |
---|---|---|
Get(String, ActionHttpWebRequest) |
Sends a GET request and returns the response body.
| |
GetT(String, ActionHttpWebRequest) |
Sends a GET request and returns the response JSON deserialized as the specified type.
| |
Post(String, String, ActionHttpWebRequest) |
Sends a POST request and returns the response body.
| |
PostT(String, String, ActionHttpWebRequest) |
Sends a POST request and returns the response JSON deserialized as the specified type.
|
See Also