Removes all socket handles stored in the list.
procedure Clear; override;
Clear is an overridden procedure that implements the method used to remove all socket handles stored in the list.
Clear calls the Clear method in the ArrayList used to implement storage for socket handles in the list.
Use Remove to delete a specific socket handle from the list.