Click or drag to resize

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.13.0
Syntax
C#
public string StatusLine { get; }

Property Value

Type: String
The first line of a Response message which is the StatusLine.
See Also