I am working with a commercial application which is throwing a SocketException with the message,
An existing connection was forcibly closed by the rem
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.