Main Page | Packages | Class Tree | Index | Help

<root>

class NetConnection

Object
  |
  +--NetConnection

All Known Subclasses: RTMPConnection

dynamic intrinsic class NetConnection
extends Object

ActionScript Standard Library NetConnection object



Field Summary


isConnected: Boolean



uri: String


Fields inherited from class Object

__proto__, constructor, prototype

Constructor


NetConnection ( )


Method Summary


addHeader ( )



call ( remoteMethod: String, resultObject: Object ): Void



close ( ): Void



connect ( targetURI: String ): Boolean



onResult ( infoObject: Object ): Void



onStatus ( infoObject: Object ): Void


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

isConnected

var isConnected: Boolean

uri

var uri: String

Constructor Documentation

NetConnection

function NetConnection()

Method Documentation

addHeader

function addHeader()

call

function call(remoteMethod: String,
 resultObject: Object): Void

close

function close(): Void

connect

function connect(targetURI: String): Boolean

onResult

function onResult(infoObject: Object): Void

onStatus

function onStatus(infoObject: Object): Void

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc