Sys.Net.NetworkRequestEventArgs NetWorkRequestEventArgs Constructor
Initializes a new instance of the Sys.Net.NetworkRequestEventArgs. class.
var eventArgs = new Sys.Net.NetWorkRequestEventArgs(value);
Parameters
Parameter |
Description |
---|---|
value |
The current WebRequest instance. |
Remarks
This method is called by the Sys.Net.WebRequestManager object. It creates an instance of the second event argument object that is passed to the callback function that is added by the add_invokingRequest method.