如何在 Azure 中使用新中继
How to use the New Relay in Azure
Azure 最近将中继与服务总线名称分开 space。在新中继下,我们有 WCF 中继和混合连接。他们敦促人们使用新的中继,但我找不到任何支持新中继的 nuget 包。名称为 relay 的 Hybrid Connection 有一个 nuget 包,但它不支持 WCF Relay created nuder new Relay namespace。我想知道我是否错了,或者事实是否如此。如果有人可以确认这将非常有帮助。
此致,
毗湿奴
Azure recently separated the Relay from Service Bus name space. Under the new relay we have WCF Relays and Hybrid Connections. They are urging people to use the new Relay, but i couldn't find any nuget packages that supports new Relay. There is a nuget package for Hybrid Connection under the name relay, but it doesn't support WCF Relay created nuder new Relay namespace.
如您所说,Azure 中继有两个功能:混合连接和 WCF 中继。如果您想使用服务总线 WCF 中继,您可以参考 this tutorial,它与我们分享了一个用 C# 编写的示例,并使用 WCF API 和服务总线程序集中包含的扩展,它只是需要服务总线 NuGet 包。
Azure 最近将中继与服务总线名称分开 space。在新中继下,我们有 WCF 中继和混合连接。他们敦促人们使用新的中继,但我找不到任何支持新中继的 nuget 包。名称为 relay 的 Hybrid Connection 有一个 nuget 包,但它不支持 WCF Relay created nuder new Relay namespace。我想知道我是否错了,或者事实是否如此。如果有人可以确认这将非常有帮助。
此致, 毗湿奴
Azure recently separated the Relay from Service Bus name space. Under the new relay we have WCF Relays and Hybrid Connections. They are urging people to use the new Relay, but i couldn't find any nuget packages that supports new Relay. There is a nuget package for Hybrid Connection under the name relay, but it doesn't support WCF Relay created nuder new Relay namespace.
如您所说,Azure 中继有两个功能:混合连接和 WCF 中继。如果您想使用服务总线 WCF 中继,您可以参考 this tutorial,它与我们分享了一个用 C# 编写的示例,并使用 WCF API 和服务总线程序集中包含的扩展,它只是需要服务总线 NuGet 包。