CefNavigationEntry HttpStatusCode Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Returns the HTTP status code for the last known successful navigation response. May be 0 if the response has not yet been received or if the navigation has not yet completed.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public int HttpStatusCode { get; }

Property Value

Type: OnlineInt32
See Also