var request = climberWebView.CoreWebView2.Environment.CreateWebResourceRequest("https://srv.mydomain.com/action", "POST", mstream.AsRandomAccessStream(), "Content ...
In our application we seem to dispose the WebView2 (and CoreWebView2) objects before we remove their event handlers. We have always done it this way and so far it has worked with all event handlers, ...