App.config
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
源码类别:

C#编程

开发平台:

Others

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <system.runtime.remoting>
  4. <application name="CallbackSample">
  5.          <service>
  6.             <activated type="Wrox.ProCSharp.Remoting.RemoteObject, 
  7.                              RemoteObject" />
  8.          </service>
  9.          <channels>
  10.             <channel ref="tcp" port="6791">
  11.               <serverProviders>
  12.                 <provider ref="binary" typeFilterLevel="Full" />
  13.               </serverProviders>
  14.             </channel>
  15.          </channels>
  16. </application>
  17. </system.runtime.remoting>
  18. </configuration>