Sys.Net.WebRequestManager invokingRequest Event
Occurs when a handler function is called for the request.
Sys.Net.WebRequestManager.getInstance().add_invokingRequest(invokingRequestHandler)
Sys.Net.WebRequestManager.getInstance().remove_invokingRequest(invokingRequestHandler)
Arguments
- invokingRequestHandler
The delegate function to bind or unbind from the invokingRequest event.
Remarks
Attach delegate functions to the invokingRequest event in order to complete tasks that must be performed before objects are created. The add_ invokingRequest accessor binds a delegate function to the invokingRequest event, and the remove_ invokingRequest accessor unbinds it.