getStatusLine
String response.getStatusLine ( )
Description
Retrieve the status line of the response.
Parameters
This method does not receive any parameters.
Return Values
Returns the status line of the response, as a string.
Change Log
| Version | Description | 
|---|---|
| 4.5 | Available for all editions. | 
Examples
Get the Status Line Text
 // Retrieve the status line of the response
statusLine = response.getStatusLine();
statusLine = response.getStatusLine();
See Also
- setStatusLine() [response] - Sets the status line of the response
 
      scraper on 07/16/2010 at 5:15 pm
  
    
          
      
- Printer-friendly version
 - Login or register to post comments
 
