<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="localUrl" value="C:\custom3d2017\cloud3d"/>
</appSettings>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="WebService1Soap" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://192.168.0.197:81/WebService1.asmx" binding="basicHttpBinding"
bindingConfiguration="WebService1Soap" contract="localhost.WebService1Soap"
name="WebService1Soap" />
</client>
</system.serviceModel>
</configuration>
怎么读取edpoint中的address,