Click or drag to resize

RESTClient Constructor (String, Boolean)

Initializes a new instance of the RESTClient class.

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

Parameters

endpoint
Type: SystemString
The endpoint.
XML (Optional)
Type: SystemBoolean
if set to true uses XML instead of JSON.
See Also