HTTPOpenRequestFlags Property
See Also Example Applies To
A long containing the flags to be used in the wininet.dll "HTTPOpenRequest" function.
Syntax
object.HTTPOpenRequestFlags
The object placeholder represents an XMLHTTPCall object.
Remarks
Use the WININET_HTTPOpenRequest_Flags enumerated list to add flags to this property (hint: use the OR operator).
The default setting of this property is INTERNET_FLAG_RELOAD.
|