Gets the stream used for reading the body of the response from the server.
[Visual Basic] Overrides Public Function GetResponseStream() As Stream [C#] public override Stream GetResponseStream(); [C++] public: override Stream* GetResponseStream(); [JScript] public override function GetResponseStream() : Stream;
HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace