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

public class TestClientPatchOptions {
    public bool GatewayImmediateReconnect = false;
    public bool GatewayPlaintext = true;
    public bool NoXssWarning = true;
}