function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
alexsummersalexsummers 

.NET Data Provider Proxy Settings

Good Day!!!

Can I still use data provider if I'm working behind a proxy server? Does anyone know a workaround for this?

I usually do this:

binding.Proxy = new System.Net.WebProxy("172.16.0.30",8080);

but how can I set proxy settings but still using Data Provider

I would really appreciate a suggestion.

Thanks in advance

DevAngelDevAngel

Hi alexsommers,

Grab the code from source forge and modify it to support proxies.

This will be part of the data provider in the next release.

alexsummersalexsummers
Thanks a lot!!
GSienerGSiener
Any ideas on when the next release will be? I'm interested in using this for an integration.

Thanks!
DevAngelDevAngel

Hi GSiener,

No, I don't have any idea.  This project is an open source project in which the developers that are working on it squeeze the work in as time permits.