+ _fn
+ -
+
+
+ _fn
+ - private static object
+
+
+
+
+
+
+
+
+ Object that stores callback handlers for cross-domain requests
+when using Flash as the transport.
+
+ +
+ _headers
+ -
+
+
+ _headers
+ - private static object
+
+
+
+
+
+
+
+
+ Object of default HTTP headers to be initialized and sent
+for all transactions.
+
+ +
+ _qState
+ -
+
+
+ _qState
+ - private static int
+
+
+
+
+
+
+
+
+ Property to determine whether the queue is set to
+1 (active) or 0 (inactive). When inactive, transactions
+will be stored in the queue until the queue is set to active.
+
+ +
+ _rS
+ -
+
+
+ _rS
+ - private static object
+
+
+
+
+
+
+
+
+ Map of transaction state used when XDomainRequest is the
+XDR transport.
+
+ +
+ _timeout
+ -
+
+
+
+
+ _timeout
+ - private static object
+
+
+
+
+
+
+
+
+ Object that stores timeout values for any transaction with
+a defined "timeout" configuration property.
+
+ +
+ transactionId
+ -
+
+
+ transactionId
+ - private static int
+
+
+
+
+
+
+
+
+ A transaction counter that increments for each transaction.
+
+ +