我正在 Windows Azure 上实现一个 WCF 应用程序(服务)来通知我的客户端(一个 WPF 应用程序,而不是 Silverlight) 我已经尝试了多种方式来连接到 Windows Azure,例如:
Active Directory Azure:通过身份验证成功连接到 Azure,但 IssuedTokenWSTrustBinding 不支持 Duplex。
WsDualHttpBinding:无法与 Azure 连接,因为此绑定未经身份验证。
ServiceCredentials :authentication mode:Windows, Federation,UsernamePassword :cannot connect with Azure because this binding does not authenticated 。
,我已经研究了这个问题超过 3 个月,但所有方法都无法成功。
我想知道,Windows Azure 是否支持 wcf duplex?