Interface IProbingRequestFactory
A factory for creating
Namespace: Yarp.ReverseProxy.Health
Assembly: Yarp.ReverseProxy.dll
Syntax
public interface IProbingRequestFactory
Methods
| Improve this Doc View SourceCreateRequest(ClusterModel, DestinationModel)
Creates a probing request.
Declaration
HttpRequestMessage CreateRequest(ClusterModel cluster, DestinationModel destination)
Parameters
Type | Name | Description |
---|---|---|
ClusterModel | cluster | The cluster being probed. |
DestinationModel | destination | The destination being probed. |
Returns
Type | Description |
---|---|
HttpRequestMessage | Probing |