HttpResponse.GetResponseStream Method
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
GetResponseStream()
Returns a stream that contains data of the response.
Declaration
public override Stream GetResponseStream()
Returns
Type | Description |
---|---|
Stream | Stream containing response data, like html page, SOAP response and so on. |