 | 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
Syntaxpublic Task<string> DoRequestAsync(
string parameters,
string userID,
string password,
int timeOut,
string authtype
)
Public Function DoRequestAsync (
parameters As String,
userID As String,
password As String,
timeOut As Integer,
authtype As String
) As Task(Of String)
public:
Task<String^>^ DoRequestAsync(
String^ parameters,
String^ userID,
String^ password,
int timeOut,
String^ authtype
)
member DoRequestAsync :
parameters : string *
userID : string *
password : string *
timeOut : int *
authtype : string -> Task<string>
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