Enum ConnectionType
The connection status.
Namespace: PeerTalk.Routing
Assembly: PeerTalk.dll
Syntax
public enum ConnectionType
Fields
Name | Description |
---|---|
CanConnect | Sender recently connected to peer |
CannotConnect | Sender recently tried to connect to peer repeatedly but failed to connect ("try" here is loose, but this should signal "made strong effort, failed") |
Connected | Sender has a live connection to peer |
NotConnected | Sender does not have a connection to peer, and no extra information (default) |