TOC?

Client

Methods

Method Description
Client.call() executes a method on the Flash client asynchronously and returns the value from the Flash client to the server
Client.getStats() returns statistics for the client
Client.setBandwidthLimit() sets the maximum bandwidth for the connection

Properties

Property Description
Client.agent the version and platform of the Flash client
Client.ip IP address of the Flash client
Client.referrer the URL of the SWF file or server where this connection originated
Client.protocol the protocol used by the client
Client.secure Boolean value indicating whether an Internet connection is secure (true) or not (false)
Client.uri the URI specified by the client to connect to this application instance

Event Handlers

Event handler Description
Client."commandname" invoked when NetConnection.call(commandName) is called in a client-side script