User Guide

264 Chapter 14 Scripting the Visual Tools Object Model
Reference
Syntax Reference: OleVariant
Description Sets and gets the Referer request-header field. This field allows the client to specify,
for the server’s benefit, the address (URI) of the resource from which the
Request-URI was obtained. This allows a server to generate lists of back-links to
resources for interest, logging, optimized caching, and so on. It also allows obsolete
or mistyped links to be traced for maintenance. The Referer field must not be sent if
the Request-URI was obtained from a source that does not have its own URI, such as
input from the user’s keyboard.
Sender
Syntax Sender: OleVariant
Description Sets and gets the sender parameter.
SendStreamAsString
Syntax SendStreamAsString: OleVariant
Description Sets and gets the SEND stream as a string.
SentCount
Syntax SentCount: Integer (readonly)
Description The size of the content stream sent to the server. Use this property to display
progress during asynchronous
POST operations.
State
Syntax State: TAllaireHTTPProviderState (read-only)
Description The state of the HTTPProvider object.
The enumerated state values are as follows:
0 - httpReady
1 - httpNotConnected
2 - httpConnected (browse)
3 - httpDnsLookup
4 - httpDnsLookupDone
5 - httpWaitingHeader
6 - httpWaitingBody
7 - httpAborting