WCF,Windows应用商店应用和可靠的会话

时间:2013-01-03 22:37:12

标签: wcf windows-store-apps reliablesession

是否可以在Windows应用商店应用中使用WCF可靠会话?

我正在使用C#在Visual Studio 2012 Professional中编写Windows应用商店应用。我正在尝试使用会话访问WCF服务。我无法使用WSHttpBinding,因为Windows应用商店应用不支持它。我发现Windows应用商店应用支持NetHTTPBinding,它支持可靠的会话,但我似乎无法访问绑定的ReliableSession属性,也无法访问以“bool reliableSessionEnabled”作为参数的构造函数。

是否存在支持Windows应用商店应用会话的任何绑定?

-Joe

1 个答案:

答案 0 :(得分:0)

documentation(版本信息部分)中所述,ReliableSession属性不适用于Windows应用商店应用,即不支持WCF可靠会话。

This article描述了Windows应用商店应用中可用的WCF功能的完整子集。虽然包含NetHttpBinding,但ReliableSessionBindingElement不是。