wellknownhttp.config

来自「Professional C# 2nd Edition」· CONFIG 代码 · 共 18 行

CONFIG
18
字号
<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 + =
减小字号Ctrl + -
显示快捷键?