Missing ProxyOptions property in MySqlConnection

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
emaborsa
Posts: 1
Joined: Wed 17 Aug 2016 09:19

Missing ProxyOptions property in MySqlConnection

Post by emaborsa » Wed 17 Aug 2016 09:23

I downloaded dotConnect for MySQL 8.6 Express and installed it. I used the DLLs in my project, but I did not find the ProxyOptions property in the class MySqlConnection.

Could somebody tell me how a MySqlConnection can be used with ProxyOptions?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Missing ProxyOptions property in MySqlConnection

Post by Pinturiccio » Thu 18 Aug 2016 12:50

Connection through proxy servers is not supported in dotConnect for MySQL Express edition. For more information, please refer to https://www.devart.com/dotconnect/mysql/editions.html

Post Reply