Hello,
I've setup a WCF endpoint on Azure Service Bus with basicHttpRelayBinding. I understand Windows store apps can consume this WCF endpoint.
I am having a hard time finding instructions on how to build the client in my Windows Store app. Can anyone point me in the right direction?
I have tried to use https://msdn.microsoft.com/en-us/library/hh556233(v=vs.110).aspx but I don't see that the Relay binding is available in the WinRt System.ServiceModel namespace.
Thanks,
J Donnelly