Sys.Net.NetworkRequestEventArgs Class

Contains information about a Web request that is ready to be sent to the current Sys.Net.WebRequestExecutor instance.

Constructors

Name

Description

Sys.Net.NetworkRequestEventArgs NetWorkRequestEventArgs Constructor

Initializes a new instance of the Sys.Net.NetworkRequestEventArgs class.

Members

Name

Description

Sys.Net.NetworkRequestEventArgs webRequest Property

Gets the Web request to be routed to the current Sys.Net.WebRequestExecutor instance.

Remarks

This class represents the type for the second parameter of the callback function added by the add_invokingRequest method. The callback function is called before the Web request is routed to the current instance of the WebRequestExecutor class.

See Also

Reference

Sys.Net.WebRequestExecutor Class

Sys.Net.WebRequest Class

Sys.Net.WebRequestManager Class