public void Send(string connectionId, int opType, byte[] buffer) { byte[] content = BytesHelper.MergeBytes(BitConverter.GetBytes((short)opType), buffer); Send(connectionId, content); }