Giter VIP home page Giter VIP logo

Comments (2)

ra0o0f avatar ra0o0f commented on May 31, 2024

hi jjchiw

i appreciate your saying and thanks for testing the driver. it is possible to set the proxy directly, without creating new ClientSetting

ArangoDatabase.ClientSetting.Proxy = new WebProxy("http://localhost:10099", false);

using (var db = new ArangoDatabase(url: "http://localhost.:8529", database: "myDatabase"))
{ ... }

the reason is IsHttpClientInitialiezd internal property that hold the state if HttpClient is initilized, and creating new ClientSetting will erase the state, perhaps moving IsHttpClientInitialiezd to another class would be a good idea.

@jjchiw please let me know if you find anything that make this driver better.

from arangoclient.net.

jjchiw avatar jjchiw commented on May 31, 2024

Hi.

Ok, I'll set the proxy that way (I'll close the PR #5). Right now I'm testing the driver and I'm adding some stuff, I added a method to drop the database (PR #7) and fixed the create database (PR #6)

I'll let you know and while I'm testing it, I'll fork the documentation and add some.

:)

from arangoclient.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.