Grpc.Net.Client.Balancer.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();
}
}