mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 08:48:46 +02:00
Updated Settings (markdown)
@@ -1,4 +1,4 @@
|
|||||||
# FluentMockServerSettings
|
# WireMockServerSettings
|
||||||
The interface [IWireMockServerSettings.cs](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Settings/IWireMockServerSettings.cs) defines the configuration from the WireMock.Net server.
|
The interface [IWireMockServerSettings.cs](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/Settings/IWireMockServerSettings.cs) defines the configuration from the WireMock.Net server.
|
||||||
|
|
||||||
### Port
|
### Port
|
||||||
@@ -95,6 +95,9 @@ The RequestLog expiration in hours (optional).
|
|||||||
### MaxRequestLogCount
|
### MaxRequestLogCount
|
||||||
The MaxRequestLog count (optional).
|
The MaxRequestLog count (optional).
|
||||||
|
|
||||||
|
### DisableJsonBodyParsing
|
||||||
|
Set to true to disable Json deserialization when processing requests. (default set to false).
|
||||||
|
|
||||||
### PreWireMockMiddlewareInit
|
### PreWireMockMiddlewareInit
|
||||||
Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]
|
Action which is called (with the IAppBuilder or IApplicationBuilder) before the internal WireMockMiddleware is initialized. [Optional]
|
||||||
|
|
||||||
@@ -110,7 +113,6 @@ But also a Null logger is available [WireMockNullLogger.cs](https://github.com/W
|
|||||||
|
|
||||||
And you can implement your own logger, like [WireMockLog4NetLogger.cs](https://github.com/WireMock-Net/WireMock.Net/blob/master/examples/WireMock.Net.Service/WireMockLog4NetLogger.cs).
|
And you can implement your own logger, like [WireMockLog4NetLogger.cs](https://github.com/WireMock-Net/WireMock.Net/blob/master/examples/WireMock.Net.Service/WireMockLog4NetLogger.cs).
|
||||||
|
|
||||||
|
|
||||||
### FileSystemHandler
|
### FileSystemHandler
|
||||||
Handler to interact with the file system to read and write static mapping files.
|
Handler to interact with the file system to read and write static mapping files.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user