HttpGetT Method (String, ActionHttpWebRequest)

PreStorm - A Data Client for ArcGIS Server REST API
Sends a GET request and returns the response JSON deserialized as the specified type.

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

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

Parameters

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

Type Parameters

T

Return Value

Type: T
See Also

Reference