Sys.Net.WebRequestManager remove_invokingRequest Method
Removes the event handler set by the add_invokingRequest method.
Sys.Net.WebRequestManager.remove_invokingRequest(handler);
Parameters
Parameter |
Description |
---|---|
handler |
The function that handles the invoking request event. |
Remarks
Use the remove_invokingRequest method to remove the event handler you set using the add_invokingRequest method.
Example
The following example shows how to remove the event handler. This code is part of a complete example found in the WebRequestManager class overview.
Sys.Net.WebRequestManager.remove_invokingRequest(On_InvokingRequest);
See Also
Reference
Sys.Net.WebRequestManager Class