Quote Originally Posted by eSPiYa View Post
I'll try it.
But is it possible for a Java-based client to connect to an asynchronous .NET-based server?
Thanks.
TCP is TCP. It's a standard protocol. It doesn't have to be a .NET TcpClient at the other end. It just has to be something talking TCP.