⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wellknownhttp.config

📁 Professional C# 2nd Edition
💻 CONFIG
字号:
<configuration>
  <system.runtime.remoting>
    <application name="Client">

      <client url="http:/localhost:6792/Hello">
        <wellknown type="Wrox.ProfessionalCSharp.Hello, RemoteHello" 
	  url="http://localhost:6792/Hello/Hi" />
      </client>

      <channels>
        <channel type="System.Runtime.Remoting.Channels.Tcp.TcpChannel, System.Runtime.Remoting" />
	<channel type="System.Runtime.Remoting.Channels.Http.HttpChannel, System.Runtime.Remoting" />
      </channels>

    </application>
  </system.runtime.remoting>
</configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -