googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
108 stars 199 forks source link

No proxy support under .NET Core 2.0 #133

Open christopherseeley opened 6 years ago

christopherseeley commented 6 years ago

.NET Core 2.0 has issues with proxy support: https://github.com/dotnet/wcf/issues/1592

This will be fixed in .NET Core 2.1 and our library should to update as soon as it's available.

arnamq commented 5 years ago

Hi,

Did you manage to add proxy support to a DFP API client?

My project uses .NET Core 2.2 under CentOS Lunux (docker) and it seems that a client library ignores env proxy settings (http_proxy & https_proxy). The OAuth authorization (ADUser) uses a proxy settings but ReportJob ignores it.

Kind regards, Piotr