Share via


WebResponse.GetResponseStream Method

When overridden in a descendant class, returns the data stream from the Internet resource.

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

Syntax

public virtual Stream GetResponseStream ()

Return Value

An instance of the Stream class for reading data from the Internet resource.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

WebResponse Class
WebResponse Members
System.Net Namespace