Click or drag to resize

RESTClientAsync Constructor (String, RESTOperation, String, Boolean)

Initializes a new instance of the RESTClientAsync class.

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public RESTClientAsync(
	string endpoint,
	RESTOperation method,
	string postData,
	bool XML = false
)

Parameters

endpoint
Type: SystemString
The endpoint.
method
Type: Koden.Utils.RESTRESTOperation
The method.
postData
Type: SystemString
The post data.
XML (Optional)
Type: SystemBoolean
if set to true [XML].
See Also