HtmlFormParameterReader::Read Method (HttpRequest^)

 
Use BaseTrue

Reads name-value pairs into Web method parameter values.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
virtual array<Object^>^ Read(
	HttpRequest^ request
) override

Parameters

request
Type: System.Web::HttpRequest^

An HttpRequest object containing HTML name-value pairs encoded in the body of an HTTP request.

Return Value

Type: array<System::Object^>^

An array of objects contain the name-value pairs.

The Read method uses the content of the HttpRequest object's Form property.

.NET Framework
Available since 1.1
Return to top
Show: