MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 224

For windows 95/98/nt4/2000
Table of Contents

Advertisement

232
var sOutput = httpPro.ReceivedStreamAsString;
app.activeDocument.Text = sOutput;
}
GetAsync
procedure GetAsync()
Performs an HTTP GET method request asynchronously.
Head
procedure Head()
Performs an HTTP HEAD method request.
HeadAsync
procedure HeadAsync()
Performs an HTTP HEAD method request asynchronously.
"ProxyUsername='"
"ProxyPassword='"
"Proxy='"
"ProxyPort='"
"ProxyUsername='"
"ProxyPassword='"
"Sender='"
"Agent='"
"Reference='"
"NoCache='"
"ModifiedSince='"
"Cookie='"
"ContentTypePost='" + httpPro.ContentTypePost + "'\n" +
"MultiThreaded='"
"State='"
"ContentLength='"
"ContentType='"
"RcvdCount='"
"SentCount='"
"StatusCode='"
"ReasonPhrase='"
"AuthorizationRequest='"
"DocName='"
"Location='"
,"HTTP Provider Diagnostics", hsOKInfo);
+ httpPro.Username + "'\n" +
+ httpPro.Password + "'\n" +
+ httpPro.Proxy + "'\n" +
+ httpPro.Proxyport + "'\n" +
+ httpPro.ProxyUsername + "'\n" +
+ httpPro.ProxyPassword + "'\n" +
+ httpPro.Sender + "'\n" +
+ httpPro.Agent + "'\n" +
+ httpPro.Reference + "'\n" +
+ httpPro.NoCache + "'\n" +
+ httpPro.ModifiedSince + "'\n" +
+ httpPro.Cookie + "'\n" +
+ httpPro.MultiThreaded + "'\n"+
+ httpPro.State + "'\n"+
+ httpPro.ContentLength + "'\n"+
+ httpPro.ContentType + "'\n"+
+ httpPro.RcvdCount + "'\n"+
+ httpPro.SentCount + "'\n"+
+ httpPro.StatusCode + "'\n"+
+ httpPro.ReasonPhrase + "'\n"+
+ httpPro.AuthorizationRequest + "'\n"+
+ httpPro.DocName + "'\n"+
+ httpPro.Location + "'\n"

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents