Sys.Net.WebRequestManager remove_completedRequest Method
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.
Sys.Net.WebRequestManager.remove_completedRequest(On_WebRequestCompleted);
See Also
Reference
Sys.Net.WebRequestManager Class