Variable AsyncClientConnection._state

class AsyncClientConnection
{
  // ...
  SocketState _state = SocketState.Disconnected;
  // ...
}