Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the event handler set by the add_completedRequest method.
Sys.Net.WebRequestManager.remove_completedRequest(handler);
Parameters
Parameter |
Description |
---|---|
handler |
The function that handles the completed request event. |
Remarks
Use the remove_ completedRequest method to remove the event handler you set using the add_ completedRequest 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.
See Also
Reference
Sys.Net.WebRequestManager Class