MimeReturnReader::Read Method (WebResponse^, Stream^)

 
Use BaseTrue

When overridden in a derived class, deserializes an HTTP response into a Web method return value.

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

public:
virtual Object^ Read(
	WebResponse^ response,
	Stream^ responseStream
) abstract

Parameters

response
Type: System.Net::WebResponse^

A WebResponse object containing the output message for an operation.

responseStream
Type: System.IO::Stream^

A Stream whose content is the body of the HTTP response represented by the WebResponse parameter.

Return Value

Type: System::Object^

An HTTP response deserialized into a Web method return value.

.NET Framework
Available since 1.1
Return to top
Show: