solidhost.exe.config
来自「PDF转换WORD.rar 将pdf转换为word」· CONFIG 代码 · 共 24 行
CONFIG
24 行
<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 + =
减小字号Ctrl + -
显示快捷键?