_default_post_header
- private static boolean
Determines if a default header of
Content-Type of 'application/x-www-form-urlencoded'
will be added to client HTTP headers sent for POST
transactions.
_default_xhr_header
- private static boolean
The default header value for the label
"X-Requested-With". This is sent with each
transaction, by default, to identify the
request as being made by YUI Connection Manager.
_formNode
- private static object
Property modified by setForm() to set a reference to the HTML
form node if the desired action is file upload.
_has_default_header
- private static boolean
Determines if custom, default headers
are set for each transaction.
_has_http_headers
- private static boolean
Determines if HTTP headers are set.
_http_header
- private static object
Object literal of HTTP header(s)
_isFileUpload
- private static boolean
Property modified by setForm() to determine if a file(s)
upload is expected.
_isFormSubmit
- private static boolean
Property modified by setForm() to determine if the data
should be submitted as an HTML form.
_msxml_progid
- private static array
Array of MSFT ActiveX ids for XMLHttpRequest.
_poll
- private static object
Collection of polling references to the polling mechanism in handleReadyState.
_polling_interval
- private static int
The polling frequency, in milliseconds, for HandleReadyState.
when attempting to determine a transaction's XHR readyState.
The default is 50 milliseconds.
_sFormData
- private static string
Property modified by setForm() to set the HTML form data
for each transaction.
_timeOut
- private static object
Queue of timeout values for each transaction callback with a defined timeout value.
_transaction_id
- private static int
A transaction counter that increments the transaction id for each transaction.
_use_default_post_header
- private static boolean
Determines if a default header of
Content-Type of 'application/x-www-form-urlencoded'
will be added to any client HTTP headers sent for POST
transactions.
_use_default_xhr_header
- private static boolean
Determines if a default header of
'X-Requested-With: XMLHttpRequest'
will be added to each transaction.