Where to find proxy.dll version for .net core or .net standard ? I see there is version only for .net 4.5 and it gets problem from time to time on linux. Connection some times just hang over.
Proxy.dll is available for .NET framework only.
Connection some times just hang over.
You can use ReceiveTimeout and SendTimeout properties to customize timeouts.