mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-18 19:11:16 +02:00
Updated Settings (markdown)
+2
@@ -83,6 +83,7 @@ var server = WireMockServer.Start(new FluentMockServerSettings
|
|||||||
Address = "http://company.proxy"
|
Address = "http://company.proxy"
|
||||||
},
|
},
|
||||||
UseDefinedRequestMatchers = false,
|
UseDefinedRequestMatchers = false,
|
||||||
|
AppendGuidToSavedMappingFile = true,
|
||||||
ReplaceSettings = new ProxyUrlReplaceSettings
|
ReplaceSettings = new ProxyUrlReplaceSettings
|
||||||
{
|
{
|
||||||
"OldValue" = "old",
|
"OldValue" = "old",
|
||||||
@@ -103,6 +104,7 @@ Where
|
|||||||
* `WebProxySettings` = Defines the WebProxySettings.
|
* `WebProxySettings` = Defines the WebProxySettings.
|
||||||
* `AllowAutoRedirect` = Proxy requests should follow redirection (30x). Default null / false.
|
* `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.
|
* `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
|
#### WebProxySettings
|
||||||
* `Address` = Contains the address of the proxy server.
|
* `Address` = Contains the address of the proxy server.
|
||||||
|
|||||||
Reference in New Issue
Block a user