TrustedWebActivityIssueDetailsHttpStatusCode Property |
Version 107.1.120
HttpStatusCode
Namespace:
CefSharp.DevTools.Audits
Assembly:
CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.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