FluentAssertions / AwesomeAssertions
With the NuGet Package WireMock.Net.FluentAssertions / WireMock.Net.AwesomeAssertions, it's possible to verify if certain calls are made.
Example
The example below checks if a specific call to an url is actually made by the HttpClient.
snippet
LogEntries
In addition to the Fluent Assertions interface, you can also get information about the calls being made to the WireMock.Net server.
Example
Use the code below in a unit-test to check if the HttpClient actually did send these specific headers.
snippet