Method | Return Value | Description | Inherited From |
---|---|---|---|
Duplicate() | UserClassObject | Makes a duplicate of the object, placing a reference to the new object in a reference variable | Object |
GetAttribute (attributename = byref(variable) {,attributename = byref(variable)}) | integer | Gets the values of any number of attributes for the object | Object |
GetInfo(info = integer, value = BYREF(variable)) | integer | Gets transfer-related information after a Perform() method invocation | Defined |
IsA (class = classname) | integer | Returns TRUE if the object is of the same class as, or one of the subclasses of, the class specified by classname | Object |
Perform() | integer | Executes the transfer to or from a URL, which must be set before by a SetOption() or SetOptions() method invocation | Defined |
ResetOptions() | Resets all options (set by SetOption() or SetOptions()) to their default values | Defined | |
SetAttribute (attributename = value {,attributename = value}) | integer | Sets any number of attributes for the object | Object |
SetOption(option = integer, value = expression) | integer | Sets a transfer related option before a Perform() method invocation | Defined |
SetOptions(options = JsonObject) | integer | Sets multiple transfer-related options before a Perform() method invocation | Defined |