Difference between revisions of "NetworkRequest"

From Lianjapedia
Jump to: navigation, search
Line 12: Line 12:
 
|-
 
|-
 
|valign="top"|Async
 
|valign="top"|Async
|valign="top"|RW
+
|valign="top"|W
 
|valign="top"|Boolean
 
|valign="top"|Boolean
 
|valign="top"|Whether operation is performed asynchronously
 
|valign="top"|Whether operation is performed asynchronously
Line 27: Line 27:
 
|-
 
|-
 
|valign="top"|Password
 
|valign="top"|Password
|valign="top"|RW
+
|valign="top"|W
 
|valign="top"|Character
 
|valign="top"|Character
 
|valign="top"|Password for remote server
 
|valign="top"|Password for remote server
 
|-
 
|-
 
|valign="top"|Username
 
|valign="top"|Username
|valign="top"|RW
+
|valign="top"|W
 
|valign="top"|Character
 
|valign="top"|Character
 
|valign="top"|User name for remote server
 
|valign="top"|User name for remote server

Revision as of 08:07, 2 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
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