Skip to content

Instantly share code, notes, and snippets.

@pmedcraft
Created March 3, 2017 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmedcraft/77cf95c598f6520ebda2fcded4fa392a to your computer and use it in GitHub Desktop.
Save pmedcraft/77cf95c598f6520ebda2fcded4fa392a to your computer and use it in GitHub Desktop.
SDL Web (Tridion) netTcpBinding for the SessionAwareEclServiceClient
<netTcpBinding>
<binding name="EclNetTcpBinding" maxReceivedMessageSize="2147483647" receiveTimeout="00:10:00" sendTimeout="00:10:00">
<readerQuotas maxArrayLength="2147483647" maxStringContentLength="2147483647" />
</binding>
</netTcpBinding>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment