Skip to content

Instantly share code, notes, and snippets.

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