HTTPResponseHeadersStatusDescription Property |
Gets or sets the text associated with the response code (e.g. "OK", "Not Found", etc)
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string StatusDescription { get; set; }
Public Property StatusDescription As String
Get
Set
public:
property String^ StatusDescription {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also