User Guide

Client class 49
Method summary for the Client class
Property summary for the Client class
Method Description
Client.call()
Executes a method on the Flash client asynchronously and
returns the value from the Flash client to the server.
Client.getBandwidthLimit() Returns the maximum bandwidth the client or the server can
attempt to use for this connection.
Client.getStats()
Returns statistics for the client.
Client.readAccess
Sends a "ping" message to the client. If the client responds,
the method returns
true; otherwise it returns false.
Client.__resolve Provides values for undefined properties.
Client.setBandwidthLimit() Sets the maximum bandwidth for the connection.
Property Description
Client.agent Read-only; the version and platform of the Flash client.
Client.ip Read-only; the IP address of the Flash client.
Client.protocol Read-only; the protocol used by the client to connect to the
server.
Client.readAccess A list of access levels to which the client has read access.
Client.referrer Read-only; the URL of the SWF file or server where this
connection originated.
Client.secure Read-only; a Boolean value indicating whether an Internet
connection is secure (
true) or not (false).
Client.uri Read-only; the URI specified by the client to connect to this
application instance.
Client.virtualKey The user agent type of the client (which is typically the Flash
Player version), but may be set to any legal key value.
Client.writeAccess A list of access levels to which the client has write access.