ReceiveHeadersParametersStatusLine Property |
Gets the first line of a Response message which is the StatusLine,
consisting of the protocol version followed by a numeric status code
and its associated textual phrase.
Namespace:
DotNetBrowser.Net.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public string StatusLine { get; }
Property Value
Type:
StringThe first line of a Response message which is the StatusLine.
See Also