Commit 1093c785 authored by Honfika's avatar Honfika

Show received/sent bytes in demo app

parent d2179ed4
......@@ -155,7 +155,7 @@ namespace Titanium.Web.Proxy.Examples.Wpf
item.Request.RequestHeaders.AddHeaders(e.WebSession.Request.RequestHeaders);
if (e is TunnelConnectSessionEventArgs)
if (e is TunnelConnectSessionEventArgs || e.WebSession.Request.UpgradeToWebSocket)
{
e.DataReceived += (sender, args) =>
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment