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

link|improve this question

50% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.