1 <?xml version=
"1.0" encoding=
"utf-8"?>
6 <binding name=
"WSHttpBinding_IProvideFruit" 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"
14 <security mode=
"Message">
15 <transport clientCredentialType=
"None" proxyCredentialType=
"None"
17 <message clientCredentialType=
"Windows" negotiateServiceCredential=
"true"
18 algorithmSuite=
"Default" establishSecurityContext=
"true" />
24 <endpoint address=
"http://localhost/ServiceModelSamples/service.svc"
25 binding=
"wsHttpBinding" bindingConfiguration=
"WSHttpBinding_IProvideFruit"
26 contract=
"Microsoft.ServiceModel.Samples.IProvideFruit" name=
"WSHttpBinding_IProvideFruit" />
28 </system.serviceModel
>