AddRequestParam Method
Adds a request parameter and the corresponding value.
Syntax
[VB.NET] Public Sub AddRequestParam(ByVal VarName As String, ByVal VarValue As String)
[C#] public void AddRequestParam(string varName, string varValue);
Remarks
Please refer to the RequestParams collection for more information on the request parameters and how they are managed.