The ClientAddress property returns the address of the
current client session which has connected to the server. This
property only returns a meaningful value inside an event handler such
as OnAccept or OnConnect.
If this property is accessed inside an OnAccept event
handler, it will return the address of the client that is requesting
the connection. The server application may use this information to
determine if it wishes to accept or reject the client connection.