TScWebSocketClient
procedure Abort;
Description
Call Abort to cancel a connection to a Web server. Abort sets the State property to the sAborted value.
Use this method only if a connection hangs. To close a connection normally, use the Close method.
See Also
Close