Class: module:AMF/Remoting/Header

module:AMF/Remoting/Header(name, mustUnderstand, data)

new module:AMF/Remoting/Header(name, mustUnderstand, data)

Creates a new remoting Header
Parameters:
Name Type Description
name string Identifies the header and the ActionScript object data associated with it
mustUnderstand boolean Indicates that the server must understand and process this header before it handles any of the following headers or messages
data any The provided header data
Source:

Members

data :any

The provided header data
Type:
  • any
Source:

mustUnderstand :boolean

Indicates that the server must understand and process this header before it handles any of the following headers or messages
Type:
  • boolean
Source:

name :string

Identifies the header and the ActionScript object data associated with it
Type:
  • string
Source: