AddParamAsync Method
Adds a name-value pair to the query string parameters of outgoing request.
Syntax
[VB.NET] Public Function AddParamAsync(ByVal ParamName As String, ByVal ParamValue As String) As Task
[C#] public Task AddParamAsync(string paramName, string paramValue);