Click or drag to resize

StreamState Enumeration

A stream 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 Stream has been created and has not started negotiating yet.
Connecting2 Indicates the Stream is in the process of negotiating a secure connection.
Connected3 Indicates the Stream has completed negotiation of a secure connection.
Closing4 Indicates the Stream is in the process of closing due to an intentional request.
Closed4 Indicates the Stream has been closed intentionally.
Failed5 Indicates the Stream has been closed as the result of an error.
See Also