ProcessingResponseEventArgsResponse Property |
Gets the web response.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public HttpWebResponse Response { get; }
Public ReadOnly Property Response As HttpWebResponse
Get
public:
property HttpWebResponse^ Response {
HttpWebResponse^ get ();
}
member Response : HttpWebResponse with get
Property Value
Type:
HttpWebResponseRemarks
Gets the web response that has been received from the server.
See Also