Click or drag to resize
HTTPResponseHeadersStatusDescription Property
Gets or sets the text associated with the response code (e.g. "OK", "Not Found", etc)

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public string StatusDescription { get; set; }

Property Value

Type: String
See Also