mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 07:24:34 +01:00
Updated Settings (markdown)
@@ -83,6 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings
|
||||
Address = "http://company.proxy"
|
||||
},
|
||||
UseDefinedRequestMatchers = false,
|
||||
AppendGuidToSavedMappingFile = true,
|
||||
ReplaceSettings = new ProxyUrlReplaceSettings
|
||||
{
|
||||
"OldValue" = "old",
|
||||
@@ -103,6 +104,7 @@ Where
|
||||
* `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.
|
||||
* `AppendGuidToSavedMappingFile` = Append an unique GUID to the filename from the saved mapping file.
|
||||
|
||||
#### WebProxySettings
|
||||
* `Address` = Contains the address of the proxy server.
|
||||
|
||||
Reference in New Issue
Block a user