Auf Englisch lesen Bearbeiten

Freigeben über


MimeReturnReader.Read(WebResponse, Stream) Method

Definition

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

C#
public abstract object Read(System.Net.WebResponse response, System.IO.Stream responseStream);

Parameters

response
WebResponse

A WebResponse object containing the output message for an operation.

responseStream
Stream

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

Returns

An HTTP response deserialized into a Web method return value.

Applies to

Produkt Versionen
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1