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