Was this helpful?
UrlConnection Attributes
Attribute
Data Type
Description
Access
Inherited From
ClassName
varchar(32)
Gives the name of an object’s actual type (as opposed to its declared type)
R
Object
ClientData
Object
Provides a way to associate data with an object
RW
Object
ErrorText
varchar(2000)
Contains the error text of the last method invocation
RO
Defined
InputFile
varchar(256)
Defines the name of the input file to be used when transferring data to a URL using the Perform() method
RW
Defined
InputObject
Object
Defines the object to read input from when transferring data to a URL using the Perform() method. The object must be either a StringObject or LongByteObject.
RW
Defined
InstanceIdentifier
integer8
Contains a value that uniquely identifies an instance of an allocated object
R
Object
InstanceReferences
integer
Contains the current number of references to the object
R
Object
OutputFile
varchar(256)
Defines the name of the output file to be used when transferring data from a URL using the Perform() method
RW
Defined
OutputObject
Object
Defines the object to write output to when transferring data from a URL using the Perform() method. It must be either a StringObject or LongByteObject.
RW
Defined
 
Last modified date: 12/20/2023