XMLHTTPCall Object Properties
See Also Example Applies To
ConnectTimeOut
ConnectTimeOut - The connection time out in milliseconds.
DataReturned
DataReturned - Data returned from the remote server by the call.
DataToPost
DataToPost - Data to be POSTed to the remote server.
HeadersReceived
HeadersReceived - HTTP headers received from the remote server.
HeadersToSend
HeadersToSend - HTTP headers to be sent to the remove server.
HostName
HostName - The name of the remote host.
HostPort
HostPort - The HTTP port of the remote host.
HostURI
HostURI - The URI of the document on the remote host.
HTTPOpenRequestFlags
HTTPOpenRequestFlags - Flags to be used in the wininet.dll "HTTPOpenRequest" function.
HTTPVersion
HTTPVersion - The HTTP version of the call to the remote host.
InternetOpenFlags
InternetOpenFlags - Flags to be used in the wininet.dll "InternetOpen" function.
InternetOpenType
InternetOpenType - Type Flag to be used in the wininet.dll "InternetOpen" function.
Password
Password - The password to be sent as part of the call to the remote server for HTTP basic authentication.
ProxyName
ProxyName - The string containing the details of the proxy server.
ProxyBypass
ProxyBypass - A string specifying the name of any hosts that require the proxy to be bypassed.
ReceiveTimeOut
ReceiveTimeOut - The receive time out in milliseconds.
RequestType
RequestType - The HTTP request type.
SendTimeOut
SendTimeOut - The send time out in milliseconds.
URL
URL - The URL of the call to the remote server.
UserAgent
UserAgent - The user agent to be sent as part of the call to the remote server.
Username
Username - The user name to be sent as part of the call to the remote server for HTTP basic authentication.
WinInetVersion
WinInetVersion - The version of the WinInet.dll.
|