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 IAsyncAction
[C#] public IAsyncAction AddParamAsync(string paramName, string paramValue);