Show / Hide Table of Contents

Enum ConnectionState

The different states of an active RFB connection.

Namespace: MarcusW.VncClient
Assembly: MarcusW.VncClient.dll
Syntax
public enum ConnectionState : int

Fields

Name Description
Closed

Connection was closed or gave up reconnecting.

Connected

Connection is established.

Interrupted

Connection was interrupted. Waiting for reconnect attempt after a short pause.

ReconnectFailed

Reconnect attempt failed. Waiting for next reconnect attempt after a short pause.

Reconnecting

Reconnect attempt is running.

Uninitialized

Connection has not started yet.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX