229
DocName (OleVariant; readonly)
The document name segment from the requested URL.
LastResponse (OleVariant; readonly)
The most recent response content block when content stream is sent from the server
in multiple responses.
Location (OleVariant; readonly)
The response-header field which defines the exact location of the resource that was
identified by the Request-URI. During redirection this is the final URL of the resource
returned.
ModifiedSince (OleVariant)
Sets/gets the Modified-Since request-header field.
MultiThreaded (WordBool)
Sets/gets whether the HTTPProvider uses multithreading when executing HTTP
requests.
NoCache (WordBool)
Sets/gets the NoCache request-header field.
Password (OleVariant)
Sets/gets the Web server access password.
Proxy (OleVariant)
Sets/gets the proxy server. You can use the GetApplicationSetting() function with the
following setting constants: (50 and 51) to extract the users’ proxy server settings:
var app = Application;
var httpPro = app.HTTPProvider;
httpPro.Proxy = app.GetApplicationSetting(50);
httpPro.ProxyPort = app.GetApplicationSetting(51);
ProxyPort (OleVariant)
Sets/gets the proxy server port.
ProxyUsername (OleVariant)
Sets/gets the proxy server username.
ProxyPassword (OleVariant)
Sets/gets the proxy server password.
RcvdCount (Integer; readonly)
The size of the content stream received from the server. This property can be used to
display progress during asynchronous GET operations. The ContentLength property
value (extracted from the document header) can be used to get the total length of the
incoming content stream.
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...