Can I use System.Net.Sockets.TcpListener on Windows phone 7.1
I am developing a windows phone application and I need to use the "System.Net.Sockets.TcpListener" class but there is no such class when developing for the Windows Phone.
Can someone suggest to me how can I use it?
do I need to add some reference or it's not possible at all?
This class is not available on the Windows Phone platform. For a complete list of supported operational socket components, take a look at this MSDN page.