RequestInterceptedEventArgsResponseStatusCode Property |
Version 112.3.0
Response code if intercepted at response stage or if redirect occurred while intercepting
request or auth retry occurred.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public int? ResponseStatusCode { get; }
public:
property Nullable<int> ResponseStatusCode {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32See Also