WebHttpRelayBinding Relay for Web Service

I have a desktop webapi server that I want to expose to clients through azure service bus relay WebHttpRelayBinding is there an easy way to grab all messages from the service bus and send them as http requests to my webapi?

+6
source share
1 answer

Pedro FΓ©lix has introduced a host that implements only what you are looking for.

He describes this in a post and put the code on GitHub .

+6
source

Source: https://habr.com/ru/post/910290/


All Articles