You'll have to write a server capable of accepting multiple connections at once. C# has some handy wrappers to start doing this: TcpListener Class (System.Net.Sockets).
Thanks for the information, I'm figure out that the TcpListener Class is none in the reference. I think because i'm using Windows Phone Application platform.
If there is a way to show that class for my wp7 development?
Thanks for the information, I'm figure out that the TcpListener Class is none in the reference. I think because i'm using Windows Phone Application platform.
If there is a way to show that class for my wp7 development?
TcpListener is what you would use for the server. On the phone application you would use the Socket class.
thank you thed. May i ask, is it possible with the new release sdk of wp7 to make the phone/emulator as a listener(server). i would like to use the phone as a listen for tcp socket connection from other phone. how can i do it?
but actually TCPlistener class is not supported in wp7 so what can i do.......
can you please give me the solution how to use tcplistner, tcpclient on windows phone.
i Have already install WP SDK 7.8.But it also not working...