Server-Side Communication ActionScript > NetConnection (object) > Method summary for the NetConnection object
|
![]() ![]() ![]() |
Method summary for the NetConnection object
Method Description Adds a context header. Invokes a method or operation on a remote server. Closes a server connection. Establishes connection to a server.
Property Description A Boolean value indicating whether a connection has been made. The URI that was passed by the NetConnection.connect method.
Property summary for the NetConnection object
Event handler Description Called when there is a change in connection status.
Event handler summary for the NetConnection object
Constructor for the NetConnection object
Availability
Flash Communication Server MX.
Usage
new NetConnection()
Parameters
None.
Returns
A NetConnection object.
Description
Constructor; creates a new instance of the NetConnection object.
Example
The following example creates a new instance of the NetConnection object:
newNC = new NetConnection();
![]() ![]() ![]() |