Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HResponse(HttpWebResponse)

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

HttpWebResponseresponse Object to copy data from.