for i:=0 to ServerSocket1.Socket.ActiveConnections-1 do
begin
if ServerSocket1.Socket.Connections.Connected then
begin
showmessage(ServerSocket1.Socket.Connections.RemoteAddress);
end;
end;
to ymjy:
可以是可以了
根据help 说明 以及我的实验
Occurs when there is a failure in establishing, using, or terminating the socket connection to an individual client socket.
只有在与这个终端有动作发生时,才可能触发
在终端数多的情况下
不能快速做出反应
当然只试了一次,我再看看