User Guide
NetConnection class 103
Method summary for the NetConnection class
Property summary for the NetConnection class
Event handler summary for the NetConnection class
Constructor for the NetConnection class
Availability
Flash Communication Server MX 1.0.
Usage
new NetConnection()
Parameters
None.
Returns
A NetConnection object.
Method Description
NetConnection.addHeader()
Adds a context header.
NetConnection.call()
Invokes a method or operation on a remote server.
NetConnection.close()
Closes a server connection.
NetConnection.connect()
Connects to an application server or another Flash Media
Server server.
Property Description
NetConnection.isConnected
Read-only; a Boolean value indicating whether a connection
has been made (
true) or not (false).
NetConnection.uri
Read-only; the URI that the NetConnection.connect()
method passed.
Event handler Description
NetConnection.onStatus
Called when there is a change in connection status.