- writer
- A System.IO.TextWriter object that does the writing to the HTTP request.
- values
- The Web method parameter values.
This overload of the UrlEncodedParameterWriter.Encode(System.IO.TextWriter, Object[]) method calls the other overload, UrlEncodedParameterWriter.Encode(System.IO.TextWriter, string, object), for each of the parameter values, including individual items in arrays.