NetworkClientWebTransportConnectionEstablished Event |
Version 118.6.80
Fired when WebTransport handshake is finished.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<WebTransportConnectionEstablishedEventArgs> WebTransportConnectionEstablished
public:
event EventHandler<WebTransportConnectionEstablishedEventArgs^>^ WebTransportConnectionEstablished {
void add (EventHandler<WebTransportConnectionEstablishedEventArgs^>^ value);
void remove (EventHandler<WebTransportConnectionEstablishedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerWebTransportConnectionEstablishedEventArgsSee Also