Table of Contents

Property StatusLine

Namespace
DotNetBrowser.Net.Handlers
Assembly
DotNetBrowser.dll

StatusLine

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.

public string StatusLine { get; }

Property Value

string

The first line of a Response message which is the StatusLine.