Skip to content

Instantly share code, notes, and snippets.

@JoanComasFdz
Created December 27, 2011 16:52
Show Gist options
  • Save JoanComasFdz/1524334 to your computer and use it in GitHub Desktop.
Save JoanComasFdz/1524334 to your computer and use it in GitHub Desktop.
Basic wsDualHttpBinding
</bindings>
<wsDualHttpBinding>
<binding name="WSDualHttpBinding_<YOUR_SERVICE_INTERFACE>" closeTimeout="00:01:00"
openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
<reliableSession ordered="true" inactivityTimeout="00:10:00" />
<security mode="Message">
<message clientCredentialType="Windows" negotiateServiceCredential="true"
algorithmSuite="Default" />
</security>
</binding>
</wsDualHttpBinding>
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment