Closes the connection for the IOHandler.
procedure Close; override;
Close is an overridden procedure used to disconnect the soket transport for the IOHandler. Close calls the inherited Close method, and calls the CloseSocket method for an assigned Binding.
Use Open to establish the connection for the IOHandler.
TIdIOHandlerSocket.Binding
TIdIOHandlerSocket.Open
TIdSocketHandle.CloseSocket