| Property | Defined by | ||
|---|---|---|---|
| duration : int [read-only]
Indicates the duration of the request.
| RequestObject | ||
| end : int | RequestObject | ||
| request : URLRequest | RequestObject | ||
| start : int | RequestObject | ||
| Method | Defined by | ||
|---|---|---|---|
|
RequestObject(request:URLRequest)
Creates a new RequestObject instance.
| RequestObject | ||
|
complete():void
Complete the request.
| RequestObject | ||
|
hasCompleted():Boolean
Indicates if the request is complete.
| RequestObject | ||
|
toString():String
Returns the String representation of the object.
| RequestObject | ||
| duration | property |
duration:int [read-only]Indicates the duration of the request.
Implementation public function get duration():int
| end | property |
public var end:int
| request | property |
public var request:URLRequest
| start | property |
public var start:int
| RequestObject | () | constructor |
public function RequestObject(request:URLRequest)Creates a new RequestObject instance.
Parametersrequest:URLRequest |
| complete | () | method |
public function complete():voidComplete the request.
| hasCompleted | () | method |
public function hasCompleted():BooleanIndicates if the request is complete.
ReturnsBoolean |
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|