NetworkClientResponseReceivedExtraInfo Event | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<ResponseReceivedExtraInfoEventArgs> ResponseReceivedExtraInfo
public:
 event EventHandler<ResponseReceivedExtraInfoEventArgs^>^ ResponseReceivedExtraInfo {
	void add (EventHandler<ResponseReceivedExtraInfoEventArgs^>^ value);
	void remove (EventHandler<ResponseReceivedExtraInfoEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerResponseReceivedExtraInfoEventArgs
See Also