Client event messages
The following table describes the specific client events that the NetConnection Debugger reports,
and the information it displays for each event:
Event type Triggering event
Trace
Flash executed a
NetDebug.trace()
Connection.trace()
Connect
The Flash application
requested a connection to
the gateway.
AddHeader The Flash Remoting client
added an additional header
that is sent with each
message to the gateway. This
event occurs when you use
the
setCredentials()
Result
Flash Remoting received a
result message from the
gateway.
Status
Flash Remoting received an
error message from the
gateway.
Call
Flash Remoting sent a
service function call to the
gateway.
Close
Flash Remoting closed the
connection to the gateway.
Initiated by a
Connection.close()
92
Chapter 5: The NetConnection Debugger
or
method.
Connection.
method.
method.
Information fields
Trace The object passed to the
method. Typically a message.
Connection.trace()
ConnectString The connection string sent to the
gateway. The gateway URL.
HeaderName The type of header being sent, such as
Credentials.
MustUnderstand A Boolean value that specifies
whether the server must understand and process this
header before the server can handle any further
headers or messages.
HeaderObject The object that will be sent in the
added header. For example, the password and user ID.
Result The object sent by the gateway in response to
the request.
Status An error object that describes the error. For
more information about the error object, see
object" on page
170.
MethodName The service function being called.
Parameters The arguments of the service function
call.
None.
or
NetDebug.trace()
"The error
Need help?
Do you have a question about the FLASH REMOTING MX-USING FLASH REMOTING FOR FLASH MX 2004 ACTIONSCRIPT 2.0 and is the answer not in the manual?