随笔分类 -  INDY

INDY
indy 封包转发
摘要:type TMySuperMappedPortContext = Class(TIdMappedPortContext) public procedure DoEncode; procedure DoDecode; End;implementation{自定义加密函数}function EncodeData(Src: String): String;begin Result := Src;end;... 阅读全文

posted @ 2009-03-02 14:28 jxgxy 阅读(923) 评论(0) 推荐(0)

Indy 10 Installation Instructions
摘要:Indy 10 Installation InstructionsAll packages are followed by X0 (Where X is your Delphi verison).Example: For Delphi 6, the IndySystem package would be named: IndySystem60.dpk(Please note that SuperC... 阅读全文

posted @ 2009-02-20 10:08 jxgxy 阅读(411) 评论(0) 推荐(0)

导航