Click or drag to resize

DataChannelState Enumeration

A data channel state.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
New1 Indicates the DataChannel has been created and has not started negotiating yet.
Connecting2 Indicates the DataChannel is in the process of negotiating a secure connection.
Connected3 Indicates the DataChannel has completed negotiation of a secure connection.
Closing4 Indicates the DataChannel is in the process of closing due to an intentional request.
Closed5 Indicates the DataChannel has been closed due to an intentional request.
Failed6 Indicates the DataChannel has been closed as the result of an error.
See Also