I need to connect to some public wcf service, but there is some proxy between me and service. If i use default proxy settings such as
&l
I found a solution. You have to update WCF to the latest.
Go to NuGet Package Manager -> Update all related Project URL of WCF There must be:
System.ServiceModel.Security System.ServiceModel.NetTcp System.ServiceModel.Http
This apply to .net core 2.1 version.