.NET SDK - PeerState

PeerState enumeration

The connectivity state of a peer

public enum PeerState

Values

namevaluedescription
New0The peer is waiting for the host to allow the connection.
Connecting1The peer is attempting to establish a P2P connection to the host.
Connected2The peer is connected to the host.
Disconnected3The peer has disconnected from the host.
Failed4The peer failed to establish a P2P connection.

See Also