
- Bob Seger
SocketCloseEvent
SocketCloseEvent Methods
| SocketCloseEvent() | Constructor for the SocketCloseEvent class |
| ClientSocket() | Returns a reference to the client socket object processing the event |
Derived Classes
None
See Also
Class Hierarchy, ClientSocket, SocketConnectEvent, SocketReceiveEvent
public method SocketCloseEvent(ClientSocket AssociatedSocket)
Parameters
AssociatedSocket
The client socket associated with the event
Return Value
None
Description
Constructor for the SocketCloseEvent class.
SocketCloseEvent Class
public method<ClientSocket> ClientSocket()
Parameters
None
Return Value
Reference to client socket associated with the event
Description
This method returns the client socket reference associated with the socket close event.
SocketCloseEvent Class