A message handler that should be used to register
HttpResponseMessage
instances for a given request.
- Namespace
- Statiq
.Testing - Containing Type
- TestExecutionContext
- Property Type
- Func
<HttpRequestMessage, HttpMessageHandler, HttpResponseMessage>
Syntax
public Func<HttpRequestMessage, HttpMessageHandler, HttpResponseMessage> HttpResponseFunc { get; set; }
Value
| Type | Description |
|---|---|
| Func |