ServerSocket Events |
The ServerSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| EditBegun |
Raised on the first call to BeginEdit.
(Inherited from ProtocolSocket.) | |
| EditEnded |
Raised on the last call to EndEdit.
(Inherited from ProtocolSocket.) | |
| OnClosed |
Occurs after the socket is closed.
(Inherited from ProtocolSocket.) | |
| OnLinked |
Occurs when a link is made to this socket.
(Inherited from ProtocolHead.) | |
| OnOpened |
Occurs after the socket is opened.
(Inherited from ProtocolSocket.) | |
| OnShutdown |
Occurs after the socket is shutdown.
(Inherited from ProtocolSocket.) | |
| OnUnlinked |
Occurs when a link is removed from this socket.
(Inherited from ProtocolHead.) | |
| OnUpstreamLinked |
Occurs when a new upstream socket links to this protocol head.
(Inherited from ProtocolHead.) | |
| OnUpstreamUnlinked |
Occurs when a new upstream socket unlinks from this protocol head.
(Inherited from ProtocolHead.) | |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ProtocolSocket.) |