internal int GetSocketOption(ZmqSocketOption option) { m_socketHandle.CheckDisposed(); return(m_socketHandle.GetSocketOption(option)); }