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

📄 app.config

📁 CS导航Logo ,在Logo上显示Loading
💻 CONFIG
字号:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<configSections>
		<section name="microsoft.web.services2" type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration, Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
	</configSections>
	<system.net>
		<defaultProxy>
			<proxy usesystemdefault="true" bypassonlocal="true"/> <!-- proxyaddress="[string]" bypassonlocal="[true|false]"  -->
		</defaultProxy>
	</system.net>
	<microsoft.web.services2>
		<diagnostics>
			<trace enabled="false" input="inputTrace.config" output="outputTrace.config"/>
		</diagnostics>
	</microsoft.web.services2>
</configuration>

⌨️ 快捷键说明

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