NetworkClientWebTransportConnectionEstablished Event | 
Version 104.4.240 
            Fired when WebTransport handshake is finished.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<WebTransportConnectionEstablishedEventArgs> WebTransportConnectionEstablished
public:
 event EventHandler<WebTransportConnectionEstablishedEventArgs^>^ WebTransportConnectionEstablished {
	void add (EventHandler<WebTransportConnectionEstablishedEventArgs^>^ value);
	void remove (EventHandler<WebTransportConnectionEstablishedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerWebTransportConnectionEstablishedEventArgs
See Also