Del via


HttpWebResponseMessage.GetStream Method

Definition

Gets the stream to be used to read the response payload.

public virtual System.IO.Stream GetStream ();
abstract member GetStream : unit -> System.IO.Stream
override this.GetStream : unit -> System.IO.Stream
Public Overridable Function GetStream () As Stream

Returns

Stream from which the response payload can be read.

Implements

Applies to