HttpWebResponseGetResponseStream Method |
Gets the stream that is used to read the body of the response from the server.
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public Stream GetResponseStream()
Return Value
Type:
StreamA System.IO.Stream containing the body of the response.
See Also