Show / Hide Table of Contents

Interface IProbingRequestFactory

A factory for creating HttpRequestMessages for active health probes to be sent to destinations.

Namespace: Yarp.ReverseProxy.Health
Assembly: Yarp.ReverseProxy.dll
Syntax
public interface IProbingRequestFactory

Methods

| Improve this Doc View Source

CreateRequest(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 HttpRequestMessage.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX