added samples
[windows-sources.git] / sdk / samples / CrossTechnologySamples / WpfDataBindingToWcfResults / client / app.config
blob9122548d37f1a5eb6cdf9fdaea23bb6ae4582c21
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <system.serviceModel>
4 <bindings>
5 <wsHttpBinding>
6 <binding name="WSHttpBinding_ICalcPlus" bypassProxyOnLocal="false"
7 transactionFlow="false" hostNameComparisonMode="StrongWildcard"
8 maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
9 messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
10 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
11 maxBytesPerRead="4096" maxNameTableCharCount="16384" />
12 <reliableSession ordered="true" inactivityTimeout="00:10:00"
13 enabled="false" />
14 <security mode="Message">
15 <transport clientCredentialType="None" proxyCredentialType="None"
16 realm="" />
17 <message clientCredentialType="Windows" negotiateServiceCredential="true"
18 algorithmSuite="Default" establishSecurityContext="true" />
19 </security>
20 </binding>
21 </wsHttpBinding>
22 </bindings>
23 <client>
24 <endpoint address="http://localhost/ServiceModelSamples/service.svc"
25 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_ICalcPlus"
26 contract="Microsoft.ServiceModel.Samples.ICalcPlus" name="WSHttpBinding_ICalcPlus" />
27 </client>
28 </system.serviceModel>
29 </configuration>