![]() |
ics connection pointer
hello , i was using indy TCPserver and tcp client
in indy server connect event i been using AContext to identify incoming connection pointer as example
Delphi-Quellcode:
that was in indy tcp . can i do the same in ICS ? ics dont have on its server connect event Acontext it has TConnection = class(TObject) Thread: Pointer; end; var Connection : TConnection; begin Connection := TConnection.Create; Connection.Thread := AContext; AContext.Data := Connection; end;
Delphi-Quellcode:
any idea about that ?
Client: TWSocketClient;
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz