- writer
- A System.IO.TextWriter object that does the writing to the HTTP request.
- name
- The name of the parameter that will be encoded.
- value
- The value of the parameter that will be encoded.
The other signature of the UrlEncodedParameterWriter.Encode(System.IO.TextWriter, string, object) method, UrlEncodedParameterWriter.Encode(System.IO.TextWriter, Object[]), which is called for each Web method, calls this signature of the UrlEncodedParameterWriter.Encode(System.IO.TextWriter, string, object) method for each of the parameter values, including individual items in arrays.