How reliable is .NET TCP protocol?

后端 未结 5 1669
孤街浪徒
孤街浪徒 2021-01-06 01:14

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

5条回答
  •  鱼传尺愫
    2021-01-06 02:14

    An option would be to use WCF Reliable Sessions over TCP. WCF reliable sessions will mask transport failures.

提交回复
热议问题