NetworkRequest
From Lianjapedia
Revision as of 07:01, 1 July 2013 by Yvonne.milne (Talk | contribs)
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Properties
This class supports the Common Properties plus the following:
| Property | Access (R/RW) | Value | Description |
|---|---|---|---|
| Async | RW | Boolean | Whether operation is performed asynchronously |
| ErrorNumber | R | Numeric | Number of last error |
| ErrorString | R | Character | Message for last error |
| Password | RW | Character | Password for remote server |
| Username | RW | Character | User name for remote server |
Methods
This class supports the Common Methods plus the following:
| Method | Args | Description |
|---|---|---|
| Getdata | ||
| Getfile | ||
| Isfinished | None | Returns true if asynchronous operation has finished, otherwise false |
| Networkaccessible | ||
| Postdata | ||
| Postfile | ||
| Putdata | ||
| Putfile | ||
| Reset | None | |
| Setheader |
Events
This class supports the Common Events plus the following:
| Event | Args | Description |
|---|