Returns a stream that contains data of the response.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Overrides Function GetResponseStream As Stream
C#
public override Stream GetResponseStream()

Return Value

Stream containing response data, like html page, SOAP response and so on.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also