Enum HttpEndpointSelectionMode
Determines the per-request endpoint attempt order.
public enum HttpEndpointSelectionMode
Fields
Ordered = 0Use endpoints in their configured order.
Weighted = 1Create a weighted order that is deterministic when Seed is set.