summary refs log tree commit diff
path: root/ReferenceClientProxyImplementation/Configuration/TestClientDebug.cs
blob: b7370b591c667a7c8997cc39b3e4996342c8100f (plain) (blame)
1
2
3
4
5
6
7
namespace ReferenceClientProxyImplementation.Configuration;

public class TestClientDebug {
    public bool DumpWebsocketTraffic = false;
    public bool DumpWebsocketTrafficToBrowserConsole = false;
    public TestClientPatchOptions PatchOptions = new();
}