Re: Proxy settings for .net core

2020-09-10 Thread Snorre Garmann
I figured out that if I set Environment Variable https_proxy, it was read correctly. *Environment.SetEnvironmentVariable("https_proxy", _proxyAddress.AbsoluteUri);* If you have better solutions please feel free to comment. Snorre On Thursday, September 10, 2020 at 8:36:57 AM UT

Proxy settings for .net core

2020-09-09 Thread Snorre Garmann
Hi I'm trying to port my Google Ads client to .net core and I'm having proxy settings issues. The Proxy property on AdWordsUser seems to be ignored. I've also tried to set WebRequest.DefaultWebProxy without any success. I guess this has to do with the wcf implementation in .net core, but does

Re: CrmBasedUserList is empty

2020-08-25 Thread Snorre Garmann
Hi Bryan Thanks for getting back to me. As it turned out, I just wasn't patient enough. When I got to work this morning the lists were populated. I was under the assumption that when the "Populating" notice on the list was gone, the list was done populating. This was obviously wrong. It would h