Click or drag to resize
HttpWebResponseGetResponseStream Method
Gets the stream that is used to read the body of the response from the server.

Namespace: System.Net
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public Stream GetResponseStream()

Return Value

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