GetResponseStream Method
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Overrides Function GetResponseStream As Stream

Return Value

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

For complete documentation, see the base class, GetResponseStream.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft