MCPcopy Create free account
hub / github.com/crossuo/crossuo / SetProxyAddress

Method SetProxyAddress

src/Managers/ConnectionManager.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void CConnectionManager::SetProxyAddress(const astr_t &val)
41{
42 m_ProxyAddress = val;
43 m_LoginSocket.ProxyAddress = val;
44 m_GameSocket.ProxyAddress = val;
45}
46
47void CConnectionManager::SetProxyPort(int val)
48{

Callers 1

ProcessCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected