Interface IResponseSimulatorProvider
Interface for an object that can provide response simulators for a given request.
Namespace: Tableau.Migration.Net.Simulation
Assembly: Tableau.Migration.dll
Syntax
public interface IResponseSimulatorProvider
Methods
ForRequest(HttpRequestMessage)
Gets a response simulator for the given request, or null.
Declaration
IResponseSimulator? ForRequest(HttpRequestMessage request)
Parameters
Type | Name | Description |
---|---|---|
HttpRequestMessage | request | The request to get the response simulator for. |
Returns
Type | Description |
---|---|
IResponseSimulator | The response simulator, or null if there is no response simulator for the given request. |