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

Method IsSending

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

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

100
101////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
102bool FSecure::DuplexConnection::IsSending() const
103{
104 return m_IsSending;
105}
106
107////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
108void FSecure::DuplexConnection::Send(ByteVector message)

Callers 1

RunApiBrigeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected