MCPcopy Create free account
hub / github.com/ElementsProject/elements / Proxy

Class Proxy

src/netbase.h:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48class Proxy
49{
50public:
51 Proxy(): randomize_credentials(false) {}
52 explicit Proxy(const CService &_proxy, bool _randomize_credentials=false): proxy(_proxy), randomize_credentials(_randomize_credentials) {}
53
54 bool IsValid() const { return proxy.IsValid(); }
55
56 CService proxy;
57 bool randomize_credentials;
58};
59
60/** Credentials for proxy authentication */
61struct ProxyCredentials

Callers 2

auth_cbMethod · 0.70
AppInitMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected