Hi Sreelakshmi,

Thank you for your response. 

After your message, I checked the source code of adwords api.net client and 
I noticed the below line in BuildRequest method of HttpUtilities class
            request.Proxy = config.Proxy;


This line overrides the configuration which I included in web.config.

I assigned Proxy member of  AdWordsAppConfig object which I pass to the 
service like below line:
                config.Proxy = new System.Net.WebProxy(new Uri("proxy 
address here"), false) { UseDefaultCredentials = false, };



And it works now. 

Thank you very much for your support.

Alperen

On Thursday, 13 September 2018 20:37:48 UTC+1, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hello Alperen, 
>
> The issue seems to be specific to your environment setup. I found another 
> thread 
> <https://stackoverflow.com/questions/17693353/a-connection-attempt-failed-because-the-connected-party-did-not-properly-respon>
>  about 
> the same topic which might be useful for you. If the suggestions on that 
> thread is not helpful for you, could you please open a new issue 
> <https://github.com/googleads/googleads-dotnet-lib/issues> on the .NET 
> client library? The library owner is better equipped to address this 
> question. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/407ddde7-babf-4e19-aef2-eb670c58dc0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Alperen Belgic
    • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Alperen Belgic

Reply via email to