PageRenderTime 56ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/Tools/NAnt/Balder.Build.Tasks.dll.config

#
Unknown | 28 lines | 28 code | 0 blank | 0 comment | 0 complexity | 5b9007d7cf867961d1189a67a3a5f4e0 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <system.serviceModel>
  4. <bindings>
  5. <basicHttpBinding>
  6. <binding name="ClientServiceSoap" closeTimeout="00:01:00" openTimeout="00:01:00"
  7. receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false"
  8. bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
  9. maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
  10. messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
  11. useDefaultWebProxy="true">
  12. <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
  13. maxBytesPerRead="4096" maxNameTableCharCount="16384" />
  14. <security mode="Transport">
  15. <transport clientCredentialType="Ntlm" proxyCredentialType="None"
  16. realm="" />
  17. <message clientCredentialType="UserName" algorithmSuite="Default" />
  18. </security>
  19. </binding>
  20. </basicHttpBinding>
  21. </bindings>
  22. <client>
  23. <endpoint address="https://tfs03.codeplex.com/WorkItemTracking/v1.0/ClientService.asmx"
  24. binding="basicHttpBinding" bindingConfiguration="ClientServiceSoap"
  25. contract="WorkItems.ClientServiceSoap" name="ClientServiceSoap" />
  26. </client>
  27. </system.serviceModel>
  28. </configuration>