SubmitRequest Property
See Also Example Applies To
Submits the request to the remote server using the properties of the object.
Syntax
object.SubmitRequest
The object placeholder represents an XMLHTTPCall object.
Remarks
After the method is executed the HeadersReceived property can be used to examine the returned HTTP headers and the DataReturned property can be used to examine the returned data.
|