Reuse a TcpClient in c#
问题 We have a device that accepts ascii messages over a wireless network, and then responds with a value and I have successfully implemented this in a Windows Forms 2010 solution in c#. I wrote this as a test solution to prove the technology and the actual calls to the device will be made on a Motorola MC55 handheld device. I have now written an additional test solution in Visual Studio 2008 and installed this onto a device, but the connection to the TcpClient takes around 30 seconds every time