| 124 | Socket_t& GetSocket () { return m_Socket; }; |
| 125 | void ReceiveHandshake (); |
| 126 | void SetSocketType (SAMSocketType socketType) { m_SocketType = socketType; }; |
| 127 | SAMSocketType GetSocketType () const { return m_SocketType; }; |
| 128 | |
| 129 | void Terminate (const char* reason); |