📄 solidhost.exe.config
字号:
<configuration>
<configSections>
<section name="ConverterPorts" type="System.Configuration.SingleTagSectionHandler" />
<section name="ConverterLifeTime" type="System.Configuration.SingleTagSectionHandler" />
</configSections>
<ConverterPorts TCPPortFirst="8878" TCPPortLast="8978" />
<ConverterLifeTime InactivityTimeout="0" />
<system.runtime.remoting>
<application name="SolidHost">
<service>
<wellknown mode="Singleton" type="VoyagerSoft.SolidPDF.RemotingWrapper.ObjectHost, SolidPDFWrapper"
objectUri="SuperHost" />
</service>
<channels>
<channel ref="tcp" port="8877">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</serverProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -