Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: Komm nicht drauf: Wie kann der Indy 10 Server einen Client kicken
11. Jun 2010, 11:47
Hallo,
Ich würde es über
Delphi-Quellcode:
procedure TForm1.IdTCPServer1Execute(AContext: TIdContext);
begin
AContext.Connection.Disconnect; // oder
AContext.Binding.CloseSocket;
end;
versuchen.
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|