HTTPStatusCode Property
See Also Example Applies To
Read-Only. A string containing the HTTP status code returned from the remote server.
Syntax
object.HTTPStatus
The object placeholder represents an XMLRPCResponse object.
Remarks
This property is read-only. The HTTPStatusCode property is useful to diagnose any issues with the response from the remote server. cthe status code, also look at the HTTPHeaders property for any other clues. The XMLRPCUtility object's GetHTTPError will give a textual description of the HTTP status code. HTTP/1.1: Status Code Definitions at the World Wide Web Consortium website gives more information.
|