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