Click or drag to resize

NetworkClientResponseReceivedExtraInfo Event

Version 94.4.20
Fired when additional information about a responseReceived event is available from the network stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for it, and responseReceivedExtraInfo may be fired before or after responseReceived.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public event EventHandler<ResponseReceivedExtraInfoEventArgs> ResponseReceivedExtraInfo

Value

Type: SystemEventHandlerResponseReceivedExtraInfoEventArgs
See Also