app.config
来自「CS导航Logo ,在Logo上显示Loading」· CONFIG 代码 · 共 16 行
CONFIG
16 行
<?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 + =
减小字号Ctrl + -
显示快捷键?