XMLSocket.close()
Availability
Flash Player 5.
Usage
myXMLSocket.close() : Void
Parameters
None.
Returns
Nothing.
Description
Method; closes the connection specified by XMLSocket object.
Example
The following simple example creates an XMLSocket object, attempts to connect to the server,
and then closes the connection.
var socket:XMLSocket = new XMLSocket();
socket.connect(null, 2000);
socket.close();
See also
XMLSocket.connect()
XMLSocket.close() 1061
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers