Declaration
public HResponse(
HttpWebResponse response
)
Summary
Constructs a new instance of
HResponse by reading all data from the response stream of the
specified
HttpWebResponse object and closing it.
Parameters
HttpWebResponse | response |
Object to copy data from. |