简体   繁体   中英

Looking for a Azure Service Bus Relayed example that does not use WCF

I'm trying to get my head around Azure Web Service Relay, but I'm looking for a .NET (C#) example that does NOT use WCF - both on the sender and receiver side. Does anyone have any good suggestions for an Azure rookie?

I believe that currently Service Bus Relay can only expose services developed in WCF. This brief 'how to' page specifically mentions WCF and I do not think it's an accident (my bold)-

The Service Bus relay facilitates this by enabling you to securely expose Windows Communication Foundation (WCF) services that reside within a corporate enterprise network to the public cloud...

Consuming services without WCF is, of course, possible even today, depending on which binding you use and the client capabilities, but a lot of the logic of the relay service 'negotiation' is implemented over WCF.

I would imagine that, with enough effort, it would be possible to take it out of WCF, but I don't think Microsoft provides anything like that and I haven't seen any attempts so far.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM