Difference between revisions of "NetworkRequest"
From Lianjapedia
Yvonne.milne (Talk | contribs) |
Barrymavin (Talk | contribs) m |
||
| Line 53: | Line 53: | ||
|valign="top"|Getfile | |valign="top"|Getfile | ||
|valign="top"|url as Character, filename as Character | |valign="top"|url as Character, filename as Character | ||
| − | |valign="top"| | + | |valign="top"|Fetches the data from the specified url into the local file filename |
|- | |- | ||
|valign="top"|Isfinished | |valign="top"|Isfinished | ||
Revision as of 03:49, 5 September 2013
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 | W | Boolean | Whether operation is performed asynchronously |
| ErrorNumber | R | Numeric | Number of last error |
| ErrorString | R | Character | Message for last error |
| Password | W | Character | Password for remote server |
| Username | W | Character | User name for remote server |
Methods
This class supports the Common Methods plus the following:
| Method | Args | Description |
|---|---|---|
| Getdata | url as Character | Returns the requested data as a Character string |
| Getfile | url as Character, filename as Character | Fetches the data from the specified url into the local file filename |
| Isfinished | None | Returns true if asynchronous operation has finished, otherwise false |
| Networkaccessible | None | Returns true if valid network connection |
| Postdata | url as Character, data as Character | |
| Postfile | url as Character, filename as Character | |
| Putdata | url as Character, data as Character | |
| Putfile | url as Character, filename as Character | |
| Reset | None | |
| Setheader | name as Character, value as Character |
Events
This class supports the Common Events plus the following:
| Event | Args | Description |
|---|