directhost.exe.config

来自「饭店住房管理服务系统(C#.NET)」· CONFIG 代码 · 共 13 行

CONFIG
13
字号
<configuration>
    <system.runtime.remoting>
        <application name="RemotingHello">
            <service>
                <wellknown mode="SingleCall" type="Hello.HelloService, Hello" objectUri="HelloService.soap" />
            </service>
            <channels>
                <channel ref="http" port="8000" />
            </channels>
        </application>
    </system.runtime.remoting>
</configuration>

⌨️ 快捷键说明

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