StatusLine property (IResponse)
Top
Previous
Next
Property type
A
String
value.
Read-Only
Description
A string value which contains the HTTP response status line. The first line of a Response message is the Status-Line.
Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
e.g. "HTTP/1.1 200 OK"