Click or drag to resize

ProtocolSocket Events

The ProtocolSocket type exposes the following members.

Events
  NameDescription
Public eventEditBegunAsync
Raised on the first call to BeginEdit.
Public eventEditEndedAsync
Raised on the last call to EndEdit.
Public eventOnClosed
Occurs after the socket is closed.
Public eventOnDisposed
Occurs when the socket is disposed. A socket is disposed when it's closed and uncached from the connection registry. User script may retain a reference, and may resurrect the socket by calling OpenAsync(Boolean, OpenFlags).
Public eventOnOpenedAsync
Occurs after the socket is opened.
Public eventOnShutdown
Occurs after the socket is shutdown.
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also