Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the stream that is used to read the body of the response from the server.
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Overrides Function GetResponseStream As Stream
public override Stream GetResponseStream()
public:
virtual Stream^ GetResponseStream() override
abstract GetResponseStream : unit -> Stream
override GetResponseStream : unit -> Stream
public override function GetResponseStream() : Stream
Return Value
Type: System.IO. . :: . .Stream
A Stream containing the body of the response.
Remarks
The GetResponseStream method returns the data stream from the requested Internet resource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.