public override void Write(byte[] buffer, int offset, int count) { _usock.Write(buffer, offset, count); }