DataLoad
| Kind of class: | class |
|---|---|
| Inherits from: | BytesLoad < RetryableLoad < Load < EventDispatcher < CoreObject |
| Known subclasses: | |
| Version: | 01/26/07 |
| Author: | Aaron Clinger |
| Classpath: | org.casaframework.load.base.DataLoad |
| File last modified: | Wednesday, 07 March 2007, 14:18:31 |
Data load class for items that have the methods
load and sendAndLoad. Class needs to be extended further to function properly.Since:
Flash Player 7
Summary
Class properties
Class properties inherited from BytesLoad
Class properties inherited from RetryableLoad
Class properties inherited from Load
Instance properties
Instance properties inherited from BytesLoad
Instance properties inherited from RetryableLoad
Instance properties inherited from Load
Instance properties inherited from EventDispatcher
Instance properties inherited from CoreObject
Instance methods
Instance methods inherited from BytesLoad
Instance methods inherited from RetryableLoad
Instance methods inherited from Load
Instance methods inherited from EventDispatcher
Instance methods inherited from CoreObject
Instance methods
addRequestHeader
function addRequestHeader (
header:Object,
headerValue:String) : Void
Adds or changes HTTP request headers.
Parameters:
header :
A string that represents an HTTP request header name.
headerValue:
A string that represents the value associated with header.