An existing connection was forcibly closed by the remote host

后端 未结 12 1862
说谎
说谎 2020-11-22 09:26

I am working with a commercial application which is throwing a SocketException with the message,

An existing connection was forcibly closed by the rem

12条回答
  •  失恋的感觉
    2020-11-22 09:48

    I got the same issue while using .NET Framework 4.5. However, when I update the .NET version to 4.7.2 connection issue was resolved. Maybe this is due to SecurityProtocol support issue.

提交回复
热议问题