Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 16, 2013 11:03
Show Gist options
  • Save wullemsb/5175944 to your computer and use it in GitHub Desktop.
Save wullemsb/5175944 to your computer and use it in GitHub Desktop.
Binding configuration for Azure Service Bus without security
<bindings>
<netTcpRelayBinding>
<binding name="hybridBinding" connectionMode="Hybrid">
</binding>
</netTcpRelayBinding>
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment