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

Method Stop

Src/Common/FSecure/Sockets/DuplexConnection.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void FSecure::DuplexConnection::Stop()
96{
97 m_IsSending = false;
98 m_IsReceiving = false;
99}
100
101////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
102bool FSecure::DuplexConnection::IsSending() const

Callers 1

DisposeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected