MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / Dropbox

Method Dropbox

Src/Common/FSecure/Dropbox/DropboxApi.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23FSecure::Dropbox::Dropbox(std::string const& userAgent, std::string const& token, std::string const& channelName, std::string const& proxyOverride)
24{
25 this->m_ProxyConfig = WebProxy::GetProxyConfigurationOverride(proxyOverride);
26
27 this->m_Token = token;
28 this->m_UserAgent = userAgent;
29 SetChannel(CreateChannel(Convert<Lowercase>(channelName)));
30}
31
32void FSecure::Dropbox::SetChannel(std::string const& channelName)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected