294
Chapter 15 Scripting the Visual Tools Object Model
httpPro.URL = "http://www.macromedia.com";
httpPro.Get();
app.MessageBox( httpPro.ReceivedHeaderAsString ,"Received HTTP Header",
hsOKInfo);
app.MessageBox(
"URL=’
"+ httpPro.URL + "‘\n" +
"ProxyUsername=’" + httpPro.Us "‘\n" +
"ProxyPassword=’" + httpPro.Pa "‘\n" +
"Proxy=’" + httpPro.Proxy + "‘\n" +
"ProxyPort=’" + httpPro.Pro "‘\n" +
"ProxyUsername=’" + httpPro.ProxyUs "‘\n" +
"ProxyPassword=’" + httpPro.ProxyPa "‘\n" +
"Sender=’" + httpPro. "‘\n" +
"Agent=’" + httpPro.Agent + "‘\n" +
"Reference=’" + httpPro.Ref "‘\n" +
"NoCache=’" + httpPro.N "‘\n" +
"ModifiedSince=’" + httpPro.Modifie "‘\n" +
"Cookie=’" + httpPro. "‘\n" +
"ContentTypePost=’" + httpPro.ContentTy "‘\n" +
"MultiThreaded=’" + httpPro.MultiTh "‘\n"+
"State=’" + httpPro.State + "‘\n"+
"ContentLength=’" + httpPro.Content "‘\n"+
"ContentType=’" + httpPro.Conte "‘\n"+
"RcvdCount=’" + httpPro.Rcv "‘\n"+
"SentCount=’" + httpPro.Sen "‘\n"+
"StatusCode=’" + httpPro.Stat "‘\n"+
"ReasonPhrase=’" + httpPro.Reason "‘\n"+
"AuthorizationRequest=’" + httpPro.AuthorizationR "‘\n"+
"DocName=’" + httpPro.D "‘\n"+
"Location=’" + httpPro.Lo "‘\n"
,"HTTP Provider Diagnostics", hsOKInfo);
var sOutput = httpPro.ReceivedStreamAsString;
app.activeDocument.Text = sOutput;
}
GetAsync
Syntax
GetAsync();
Description
Performs an HTTP
GET
method request asynchronously.
Head
Syntax
Head();
Description
Performs an HTTP
HEAD
method request.
Summary of Contents for HOMESITE
Page 11: ...Contents xi Table of CommandID values 310 Table of SettingID values 314 Glossary 323...
Page 12: ...xii Contents...
Page 20: ...xx About This Book...
Page 28: ...8 Chapter 1 Setting Up the Product...
Page 70: ...50 Chapter 4 Managing Files...
Page 88: ...68 Chapter 5 Writing Code and Web Content...
Page 116: ...96 Chapter 6 Editing Pages...
Page 148: ...128 Chapter 7 Using Web Development Languages...
Page 190: ...170 Chapter 11 Deploying Files...
Page 210: ...190 Chapter 12 Testing and Maintaining Web Pages...
Page 216: ...196 Chapter 13 Extending the Help System...
Page 350: ...330 Glossary...
Page 358: ...338 Index...