public void Start() { if (_socket.IsCreated) { _socket.BeginRead(); } else { _socket.Create(); _socket.BeginRead(); } }