- Jim Croce
SocketReceiveEvent
SocketReceiveEvent Methods
SocketReceiveEvent() | Constructor for the SocketReceiveEvent class |
ClientSocket() | Returns a reference to the client socket object processing the event |
Derived Classes
None
See Also
Class Hierarchy, ClientSocket, SocketStream, SocketConnectEvent, SocketCloseEvent
public method SocketReceiveEvent(ClientSocket AssociatedSocket)
Parameters
AssociatedSocket
The client socket receiving the message which caused the event
Return Value
None
Description
Constructor for the SocketReceiveEvent class.
SocketReceiveEvent 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 receive event.
SocketReceiveEvent Class