摘要: 1: 要让客户端在网络断开后自动连接到服务器需: A:RTCHttpClient的ReconnectOn 属性需要设置 B:RTCHttpClient的AutoConnect属性必须为False (这个属性为True时,当没有建立连接时而Call远程函数,会自动连接)2: 注意: 所有的RTCHttpServer和RTCHttpClient组件的事件都必须类似这样写代码(如):procedure TForm1.RtcHttpServer1ListenStart(Sender: TRtcConnection);begin if not Sender.inMainThread then S... 阅读全文
posted @ 2012-03-16 00:27 Handll 阅读(836) 评论(0) 推荐(0) 编辑