HttpWebResponseMessage.GetStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.