Indy10中IdMappedPortTCP的用法
生活随笔
收集整理的這篇文章主要介紹了
Indy10中IdMappedPortTCP的用法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
Indy10把參數由AThread換成AContext后,用法已經不同.OnConnect中獲取來源IP
AContext.Connection.Socket.Binding.PeerIP;
OnExecute中處理客戶端來的數據
Var
aThread:TIdMappedPortContext;
s:string;
begin
???aThread:=TIdMappedPortContext(aContext);
???s:=aThread.netdata;
??//..(處理過程)
end;
OnOutboundData中處理服務端過來的數據
Var
?aThread:TIdMappedPortContext;
?s:string;
begin
??aThread:=TIdMappedPortContext(aContext);
??s:=aThread.netdata;
??//..
end;
?
轉載于:https://www.cnblogs.com/jxgxy/archive/2009/06/22/1508243.html
總結
以上是生活随笔為你收集整理的Indy10中IdMappedPortTCP的用法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java EE WEB工程师培训-JDB
- 下一篇: 简历的正确发音和习惯用法