Skip to content

Instantly share code, notes, and snippets.

@JoanComasFdz
Created December 28, 2011 08:47
Show Gist options
  • Save JoanComasFdz/1527148 to your computer and use it in GitHub Desktop.
Save JoanComasFdz/1527148 to your computer and use it in GitHub Desktop.
Basic netTcpBinding
<netTcpBinding>
<binding name="DuplexNetTcpBinding_<YOUR_SERVICE_INTERFACE>"
sendTimeout="00:00:10"
portSharingEnabled="false">
</binding>
</netTcpBinding>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment