StreamConnectionStateΒΆ

Enumeration StreamConnectionState

The state of the stream connection.

Enumeration Members

Enumeration Members

CONNECTED: 4

The stream connection was successful.

CONNECTING: 2

The stream connection is in the process of connecting.

FAILED: 1

The stream connection could not be established.

START: 0

The stream connection is in the initialization phase.

UNKNOWN: 8

The state of the stream connection is unknown.