GetClientIP()

Syntax

IP = GetClientIP(Client)
Description
This function returns the IP address of the client and should be called after EventClient(). If the connection is an IPv6 connection the returned address must be freed with FreeIP().

Parameters

Client The client for which to get the IP.

Return value

Returns the IP address of the client.

See Also

GetClientPort(), IPString(), EventClient()

Supported OS

All

<- FreeIP() - Network Index - GetClientPort() ->