⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 server.exe.config

📁 SharpDevelop2.0.0 c#开发免费工具
💻 CONFIG
字号:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<system.runtime.remoting>
		<application>
			<service>
				<wellknown 
				   mode="Singleton" 
				   type="CustomSinks.ChatServer, TestCommonTypes" 
				   objectUri="ChatServer.rem"
				/>
			</service>
			<channels>
				<channel ref="http" port="8686">
					<clientProviders>
						<provider type="CustomSinks.PrivateEventHandlersClientChannelSinkProvider, PrivateEventHandlersSink"
						          customSinkType="CustomSinks.PrivateEventHandlersClientChannelSink, PrivateEventHandlersSink" />
						<provider type="CustomSinks.InvokeOnSTAClientChannelSinkProvider, InvokeOnSTASink"
						          customSinkType="CustomSinks.InvokeOnSTAClientChannelSink, InvokeOnSTASink" />
						<formatter ref="soap" typeFilterLevel="Full"/>
					</clientProviders>
					<serverProviders>
						<formatter ref="soap" typeFilterLevel="Full"/>
						<provider type="CustomSinks.InvokeOnSTAServerChannelSinkProvider, InvokeOnSTASink"
						          customSinkType="CustomSinks.InvokeOnSTAServerChannelSink, InvokeOnSTASink" />
					</serverProviders>
				</channel>
			</channels>
		</application>
	</system.runtime.remoting>
</configuration>

⌨️ 快捷键说明

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