初始化

This commit is contained in:
2025-11-20 15:56:30 +08:00
commit ab6e620f8e
154 changed files with 29677 additions and 0 deletions

18
ConsoleApp4/App.config Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="blwwsSoap" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://pms.boonlive-rcu.com:89/blwws.asmx" binding="basicHttpBinding"
bindingConfiguration="blwwsSoap" contract="ServiceReference1.blwwsSoap"
name="blwwsSoap" />
</client>
</system.serviceModel>
</configuration>