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