NetTcpBinding on Windows Phone 7.1 (Mango)

Now that Mango supports sockets, is it possible to create WCF NetTcpBindings? Currently the class is not included in System.ServiceModel.


I've just had a look at the MS documentation on the new APIs in Silverlight for Mango:

New Silverlight APIs

And there are no changes to the System.SereviceModel namespace, so I suspect the answer is no. This was only added to Silverlight 4.0, and even then, silverlight 4.0 needed to have the netTcpBinding security mode set to "None" for it to work.

Silverlight for Windows Phone is based on Silvrlight 3.0.

链接地址: http://www.djcxy.com/p/59254.html

上一篇: Windows Phone Mango中的无功扩展(Rx)

下一篇: Windows Phone 7.1上的NetTcpBinding(芒果)