📄 18.1.txt
字号:
Listing 18.1 A Server Configuration File to Define a Well-Known Object with the
HTTP Channel
<?xml version=”1.0” encoding=”utf-8” ?>
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown mode=”SingleCall”
type=”_1_RemotingObject.RemoteObject, 1_RemoteObject”
objectUri=”Demo” />
</service>
<channels>
<channel port=”8088” ref=”http” />
</channels>
</application>
</system.runtime.remoting>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -