HttpPost Method (String, String, ActionHttpWebRequest)

PreStorm - A Data Client for ArcGIS Server REST API
Sends a POST 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 Post(
	string url,
	string data,
	Action<HttpWebRequest> requestModifier = null
)

Parameters

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

Return Value

Type: String
See Also

Reference