I\'m quite new to C# so please bear with me. I\'m writing a relatively simple client server application in C# .NET 4.0. I am using TCP protocol, TCPListener and TCPClient to
An option would be to use WCF Reliable Sessions over TCP. WCF reliable sessions will mask transport failures.