92
Chapter 5: The NetConnection Debugger
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
Information fields
Trace
Flash executed a
NetDebug.trace()
or
Connection.trace()
method.
Trace The object passed to the
NetDebug.trace()
or
Connection.trace()
method. Typically a message.
Connect
The Flash application
requested a connection to
the gateway.
ConnectString The
connection string sent to the
gateway. The gateway URL.
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
Connection.
setCredentials()
method.
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
Flash Remoting received a
result message from the
gateway.
Result The object sent by the gateway in response to
the request.
Status
Flash Remoting received an
error message from the
gateway.
Status An error object that describes the error. For
more information about the error object, see
“The error
object” on page 170
.
Call
Flash Remoting sent a
service function call to the
gateway.
MethodName The
service
function being called.
Parameters The arguments of the service function
call.
Close
Flash Remoting closed the
connection to the gateway.
Initiated by a
Connection.close()
method.
None.