SendingRequestEventArgsWebRequest Property |
Gets the web request.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public WebRequest WebRequest { get; }
Public ReadOnly Property WebRequest As WebRequest
Get
public:
property WebRequest^ WebRequest {
WebRequest^ get ();
}
member WebRequest : WebRequest with get
Property Value
Type:
WebRequestRemarks
Gets the web request that has been sent to the server.
See Also