yojimbo87 / ArangoDB-NET

C#/.NET/Mono driver for ArangoDB
MIT License
107 stars 66 forks source link

Allow the use of Web Proxy, keeping the default behaviour the same #36

Closed eNeRGy164 closed 8 years ago

eNeRGy164 commented 8 years ago

Added the possibiliy to enable the use of web proxy. In my case making debugging request a lot easier.

Made the property optional and the default the same as the original code to prevent breaking current implementations.

yojimbo87 commented 8 years ago

Thanks!