Updated Settings (markdown)

Stef Heyenrath
2020-12-12 10:54:43 +01:00
parent 096aebecab
commit 14d9f1e461

@@ -83,7 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings
Where
* `Url` = The url to proxy to
* `SaveMapping` = Save the mapping for each request/response to the internal Mappings
* `SaveMappingToFile` = Save the mapping for each request/response to also file. (Note that SaveMapping must also be set to true.)
* `SaveMappingToFile` = Save the mapping for each request/response to also file.
* `SaveMappingForStatusCodePattern` = Only save request/response to the internal Mappings if the status code is included in this pattern. (Note that SaveMapping must also be set to true.) The pattern can contain a single value like "200", but also ranges like "2xx", "100,300,600" or "100-299,6xx" are supported.
* `BlackListedHeaders` = Defines a list from headers which will excluded from the saved mappings.
* `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.