From b213c5fba3b7b6907de815e8dfed116978dc336e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 18 Nov 2017 12:33:05 +0100 Subject: [PATCH] Updated Settings : Record (via proxy) and Save (markdown) --- ...ngs-:-Record-(via-proxy)-and-Save.md => Settings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) rename Settings-:-Record-(via-proxy)-and-Save.md => Settings.md (55%) diff --git a/Settings-:-Record-(via-proxy)-and-Save.md b/Settings.md similarity index 55% rename from Settings-:-Record-(via-proxy)-and-Save.md rename to Settings.md index 061d542..683dba9 100644 --- a/Settings-:-Record-(via-proxy)-and-Save.md +++ b/Settings.md @@ -1,3 +1,13 @@ +# FluentMockServerSettings : generic settings +The class `FluentMockServerSettings` defines the settings which can be used to configure the WireMock.net server. + +- StartAdminInterface = defines to start the admin interface () +- AllowPartialMapping = defines if the matching should be done with exact matching or partial matching. **Partial matching** means that the best matching mapping is used for a input request. In case this setting is set to null or false, only **Exact matching** is done. This means that only when an exact 100% match is found for an input request, the response is handled. Else you get a error (404). + + + +# ProxyAndRecordSettings : Proxy and Record + You can enable ProxyAndRecord functionality by defining the *ProxyAndRecordSettings* and by specifying an Url. See code example below. ```c#