NetworkClientWebTransportConnectionEstablished Event |
Version 106.0.290
Fired when WebTransport handshake is finished.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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