问题描述
我有VS2005 和VS2010 for Windows phone。 在VS2010中,有更高版本的TcpSocket客户端和服务器。在VS2005中,我有一个旧版本的套接字,例如TCPListener,我用它来创建TCP服务器作为桌面应用程序,所有TCP客户端都是
。我有这些问题:
Hi, I have VS2005 and VS2010 for windows phone. In VS2010, there is TcpSocket client and server of higher version . In VS2005, I have older version socket such as TCPListener which I used to create TCP Server used as Desktop app for all the TCP clients. I have these questions:
1. 可以在VS2010中创建应用程序,例如使用Tcp Socket客户端的Windows phone App 将数据发送到使用TCP侦听器在VS2005中创建的TCP服务器?
1. Can app created in VS2010 such as Windows phone App using Tcp Socket client to send data to a TCP Server which created in VS2005 using TCP listener?
2. TcpListener(在VS2005中创建)是否能够捕获使用TCP套接字客户端的Windows手机的IPAddr?
2. Can TcpListener (Created in VS2005) able to capture the IPAddr of the Windows phone that use TCP Socket Client?
3。这两个版本的socket要沟通的任何问题?
3. Any issues for These two version of socket to communicate ?
谢谢
推荐答案
这篇关于更高版本的套接字可以与套接字更低版本通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!