MimeParameterReader.Read Method (HttpRequest)

 
Use BaseTrue

When overridden in a derived class, deserializes an HTTP request into an array of Web method parameter values.

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

abstract Read : 
        request:HttpRequest -> Object[]

Parameters

request
Type: System.Web.HttpRequest

An HttpRequest object containing the input message for an operation.

Return Value

Type: System.Object[]

An array of Object objects that contains the deserialized HTTP request.

.NET Framework
Available since 1.1
Return to top
Show: