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