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

C#编程

开发平台:

Others

  1. <?xml version="1.0" encoding="utf-8" ?> 
  2. <configuration>
  3.    <system.runtime.remoting>
  4.       <application name="Client">
  5.          <client>
  6.             <wellknown type="Wrox.ProCSharp.Remoting.Hello, RemoteHello" 
  7.                              url="http://localhost:6792/Hello/Hi" />
  8.          </client>
  9.          <channels>
  10.             <channel ref="http" displayName="HTTP Channel (HelloClient)" />
  11.          </channels>
  12.       </application>
  13.    </system.runtime.remoting>
  14. </configuration>