Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 518
korve Avatar asked Aug 21 '11 22:08

korve


1 Answers

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.

like image 52
Faster Solutions Avatar answered Oct 31 '22 05:10

Faster Solutions