EventClient()

Syntax

Connection = EventClient()
Description
This function returns the connection of the client that sent data and is only needed on the server side.

Parameters

None.

Return value

Returns the connection of the client that caused the event.

Remarks

The functions GetClientIP() and GetClientPort() can be used to get more information on the client that sent data.

See Also

NetworkServerEvent(), GetClientIP(), GetClientPort()

Supported OS

All

<- CreateNetworkServer() - Network Index - EventServer() ->