I called the Rest APIs by the C# library(Coretweet).
But it didn’t work from the day before yesterday.
The error code is 10054.
The error message is “An existing connection was forcibly closed by the remote host”.
How can I solve this problem?
I’ve solved the problem with this code.
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.