hellonew.exe.config

来自「一个饭店管理系统」· CONFIG 代码 · 共 18 行

CONFIG
18
字号
<configuration>
  <system.runtime.remoting>
    <application name="HelloNew">
    
      <client url="http://localhost/RemotingHello">
        <wellknown type="Hello.HelloService, Hello" url="http://localhost/RemotingHello/HelloService.soap" />
      </client>
      
      <channels>
        <channel ref="http" />
      </channels>
      
    </application>
  </system.runtime.remoting>
</configuration>


⌨️ 快捷键说明

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