Click or drag to resize

RESTClientAsyncDoRequestAsync Method (String, String, String, Int32, 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,
	string userID,
	string password,
	int timeOut,
	string authtype
)

Parameters

parameters
Type: SystemString
The parameters.
userID
Type: SystemString
The user identifier.
password
Type: SystemString
The password.
timeOut
Type: SystemInt32
The time out.
authtype
Type: SystemString
The authtype.

Return Value

Type: TaskString

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

See Also