mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:14:23 +01:00
Updated Settings (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user