MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetHttpProxy

Method GetHttpProxy

libi2pd_client/ClientContext.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 const decltype(m_ClientForwards)& GetClientForwards () const { return m_ClientForwards; }
172 const decltype(m_ServerForwards)& GetServerForwards () const { return m_ServerForwards; }
173 const I2PService * GetHttpProxy () const { return m_HttpProxy; }
174 const I2PService * GetSocksProxy () const { return m_SocksProxy; }
175 };
176

Callers 3

HTTPProxyInfoHandlerMethod · 0.80
ShowStatusFunction · 0.80
ShowI2PTunnelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected