Share via


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.

See Also

Reference

Sys.Net.WebRequestManager Class

Sys.Net.XMLHttpExecutor Class

Sys.Net.WebRequest Class