Difference between revisions of "NetworkRequest"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the [[:Category:Commo...")
 
Line 56: Line 56:
 
|-
 
|-
 
|valign="top"|Isfinished
 
|valign="top"|Isfinished
|valign="top"|
+
|valign="top"|None
|valign="top"|
+
|valign="top"|Returns true if asynchronous operation has finished, otherwise false
 
|-
 
|-
 
|valign="top"|Networkaccessible
 
|valign="top"|Networkaccessible
Line 80: Line 80:
 
|-
 
|-
 
|valign="top"|Reset
 
|valign="top"|Reset
|valign="top"|
+
|valign="top"|None
 
|valign="top"|
 
|valign="top"|
 
|-
 
|-

Revision as of 08:01, 1 July 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 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