您好,欢迎来到[编程问答]网站首页   源码下载   电子书籍   软件下载   专题
当前位置:首页 >> 编程问答 >> Delphi >> DataSnap Socket Server Intercepor Demo 如何在服务器上使用它!!

DataSnap Socket Server Intercepor Demo 如何在服务器上使用它!!

来源:网络整理     时间:2016/8/31 8:55:27     关键词:

关于网友提出的“ DataSnap Socket Server Intercepor Demo 如何在服务器上使用它!!”问题疑问,本网通过在网上对“ DataSnap Socket Server Intercepor Demo 如何在服务器上使用它!!”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题: DataSnap Socket Server Intercepor Demo 如何在服务器上使用它!!
描述:


  To use this demo;
  1) Make sure you have copied the ZLib units from the CD to a directory and
     have added that directory to this projects search path.
  2) Compile Intrcpt.dpr.
  3) Register Intrcpt.DLL using REGSVR32 or TREGSVR on both the client and the
     server.
  4) On the Server: Bring up the properties for the Socket Server (right click
     on the icon in the task bar and select properties) and put the GUID for
     Intrcpt.DLL in the Interceptor GUID edit control.  The GUID is defined
     below as Class_DataCompressor.
  5) On the Client: Set the TSocketConnection.InterceptName property to
     Intrcpt.DataCompressor. This will set the InterceptGUID property to the
     Class_DataCompressor GUID. Recompile your client.
如题,第4)不知如何在SERVER上设置它!!


以上介绍了“ DataSnap Socket Server Intercepor Demo 如何在服务器上使用它!!”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/3677555.html

相关图片

相关文章