Updated Settings (markdown)

Stef Heyenrath
2022-09-30 11:24:22 +02:00
parent 3b117b1aad
commit bfcdf60128

@@ -81,7 +81,8 @@ var server = WireMockServer.Start(new FluentMockServerSettings
UserName = "test",
Password = "pwd",
Address = "http://company.proxy"
}
},
UseDefinedRequestMatchers = false
}
});
```
@@ -95,6 +96,7 @@ Where
* `ClientX509Certificate2ThumbprintOrSubjectName` = The clientCertificate thumbprint or subject name fragment to use.
* `WebProxySettings` = Defines the WebProxySettings.
* `AllowAutoRedirect` = Proxy requests should follow redirection (30x). Default null / false.
* `UseDefinedRequestMatchers` = When SaveMapping is set to <c>true</c>, this setting can be used to control the behavior of the generated request matchers for the new mapping.
#### WebProxySettings
* `Address` = Contains the address of the proxy server.