<PackageReference Include="Grpc.Net.Client" Version="2.83.0-pre1" />

Grpc.Net.Client.Balancer.PickContext

public sealed class PickContext
Context used to pick a Subchannel.

Note: Experimental API that can change or be removed without any prior notice.

namespace Grpc.Net.Client.Balancer { public sealed class PickContext { public HttpRequestMessage Request { get; set; } public PickContext(); } }