StatusLine Property
The first line of the last server response.
Syntax
public String getStatusLine();
Remarks
This property contains the first line of the last server response. This value can be used for diagnostic purposes. If an HTTP error is returned when calling a method of the bean, the error string is the same as the StatusLine property.
The HTTP protocol specifies the structure of the StatusLine as: [HTTP version] [Result Code] [Description].
This property is read-only and not available at design time.
Default Value
""