This documentation is archived and is not being maintained.

UrlParameterReader::Read Method

Reads name/value pairs encoded in the query string of an HTTP request into Web method parameter values.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Read(HttpRequest) Reads name/value pairs encoded in the query string of an HTTP request into Web method parameter values. (Overrides MimeParameterReader::Read(HttpRequest).)
Protected method Read(NameValueCollection) Translates a collection of name/value pairs into an array of objects representing method parameter values. (Inherited from ValueCollectionParameterReader.)
Top
Show: