TrustedWebActivityIssueDetailsHttpStatusCode Property |
Version 94.4.20
HttpStatusCode
Namespace:
CefSharp.DevTools.Audits
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax public int? HttpStatusCode { get; set; }
public:
property Nullable<int> HttpStatusCode {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also