Adding a service reference for non-http bindings

In Visual Studio it’s easy to add (or discover) a service that uses an http binding. What about adding a reference for some other binding (e.g. a TCP binding) that uses the .NET Service Bus? It’s easy – just add a reference to the MEX endpoint.

For example, a reference may look like “sb://solutionname.servicebus.windows.net/ServiceName/mex”