From 77a609758bb80bac9497d2e3988550f8be578407 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 23 Feb 2026 02:03:20 +0100 Subject: Initial commit --- .../Configuration/TestClientPatchOptions.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ReferenceClientProxyImplementation/Configuration/TestClientPatchOptions.cs (limited to 'ReferenceClientProxyImplementation/Configuration/TestClientPatchOptions.cs') diff --git a/ReferenceClientProxyImplementation/Configuration/TestClientPatchOptions.cs b/ReferenceClientProxyImplementation/Configuration/TestClientPatchOptions.cs new file mode 100644 index 0000000..e95dfa5 --- /dev/null +++ b/ReferenceClientProxyImplementation/Configuration/TestClientPatchOptions.cs @@ -0,0 +1,7 @@ +namespace ReferenceClientProxyImplementation.Configuration; + +public class TestClientPatchOptions { + public bool GatewayImmediateReconnect = false; + public bool GatewayPlaintext = true; + public bool NoXssWarning = true; +} \ No newline at end of file -- cgit 1.5.1