NetworkClientResponseReceived Event |
Version 118.6.80
Fired when HTTP response is available.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<ResponseReceivedEventArgs> ResponseReceived
public:
event EventHandler<ResponseReceivedEventArgs^>^ ResponseReceived {
void add (EventHandler<ResponseReceivedEventArgs^>^ value);
void remove (EventHandler<ResponseReceivedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerResponseReceivedEventArgsSee Also