MimeReturnReader::Read Method (WebResponse^, Stream^)
.NET Framework (current version)
When overridden in a derived class, deserializes an HTTP response into a Web method return value.
Assembly: System.Web.Services (in System.Web.Services.dll)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: