Click or drag to resize

RESTClientAsyncDoRequestAsync Method (String)

Makes the request asynchronously.

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public Task<string> DoRequestAsync(
	string parameters
)

Parameters

parameters
Type: SystemString
The parameters.

Return Value

Type: TaskString

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

Exceptions
ExceptionCondition
ApplicationException
See Also