Click or drag to resize

RESTClientDoRequest Method (String)

Makes the REST request.

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public string DoRequest(
	string parameters
)

Parameters

parameters
Type: SystemString
The parameters.

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.REST.RESTClient.DoRequest(System.String)"]

Exceptions
ExceptionCondition
ApplicationException
See Also