Click or drag to resize

ServerClientT Events

The ServerClientT type exposes the following members.

Events
 NameDescription
Public eventOnClosedAsync Occurs after the socket is closed.
(Inherited from ProtocolSocket)
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, Object).
(Inherited from ProtocolSocket)
Public eventOnLinked Occurs when a link is made to this socket.
(Inherited from ProtocolHead)
Public eventOnOpenedAsync Occurs after the socket is opened.
(Inherited from ProtocolSocket)
Public eventOnShutdownAsync Occurs after the socket is shutdown.
(Inherited from ProtocolSocket)
Public eventOnUnlinked Occurs when a link is removed from this socket.
(Inherited from ProtocolHead)
Public eventOnUnlinkRequest Occurs when an object is requested to unlink from this socket.
(Inherited from ProtocolHead)
Public eventOnUpstreamLinked Occurs when a new upstream socket links to this protocol head.
(Inherited from ProtocolHead)
Public eventOnUpstreamUnlinked Occurs when a new upstream socket unlinks from this protocol head.
(Inherited from ProtocolHead)
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from ProtocolSocket)
Top
See Also