app.config 708 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.serviceModel>
  4. <bindings>
  5. <basicHttpBinding>
  6. <binding name="WebServerSoapBinding" maxBufferSize="2147483647" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647"/>
  7. </basicHttpBinding>
  8. </bindings>
  9. <client>
  10. <endpoint address="http://172.22.4.6:9004/webservice/limssubject" binding="basicHttpBinding" bindingConfiguration="WebServerSoapBinding" contract="ServiceReference1.WebServer" name="WebServerimplPort"/>
  11. </client>
  12. </system.serviceModel>
  13. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>