Share via


HttpWebResponse.GetResponseStream Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the stream that is used to read the body of the response from the server.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

Syntax

Public Overrides Function GetResponseStream As Stream
public override Stream GetResponseStream()

Return Value

Type: System.IO..::.Stream
A Stream containing the body of the response.

Remarks

For complete documentation, see the base class, GetResponseStream()()().

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

HttpWebResponse Class

System.Net Namespace