I am using the Azure service bus via the SDK, It is all working fine but I am having problems which I think are proxy related. With IE running it all works fine, but if it is no
Solved the issue, the problem as that for some reason I had to force " ServiceBusEnvironment.SystemConnectivity.Mode = ConnectivityMode.Http" as AutoDetect was not working as expected. Works fine now