IResponse::get_Status

The IResponse::get_Status method retrieves the current value of the Status property of the Response object.

HRESULT get_Status(

  BSTR * pbstrStatusRet  // pointer to a BSTR that receives the Status value

);

 

Parameters
pbstrStatusRet
[retval] [out] Points to a BSTR that receives the Status value.
Remarks

You use this property to obtain the status line returned by the server. Status values are defined in the HTTP 1.1 RFC 2068.

See Also

Response Object