The Client key term is a collection of properties and functions that run remotely on the client machine. Unlike the Client the Server contains a collection of properties and functions that run on the server machine.
Example:
MsgBox(Client.ComputerName)
(Returns the name of the client computer)
See also: Server