HttpGet Method (String, ActionHttpWebRequest)

PreStorm - A Data Client for ArcGIS Server REST API
Sends a GET request and returns the response body.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public static string Get(
	string url,
	Action<HttpWebRequest> requestModifier = null
)

Parameters

url
Type: SystemString
The target url.
requestModifier (Optional)
Type: SystemActionHttpWebRequest
An action that modifies the request.

Return Value

Type: String
See Also

Reference