<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />

Grpc.Net.Client.Balancer.Internal.PassiveSubchannelTransport

Subchannel transport used when SocketsHttpHandler isn't configured. This transport will only be used when there is one address. It isn't able to correctly determine connectivity state.
public TimeSpan? ConnectTimeout { get; }

public DnsEndPoint CurrentEndPoint { get; }

public void Disconnect()

public void Dispose()

public ValueTask<Stream> GetStreamAsync(DnsEndPoint endPoint, CancellationToken cancellationToken)

public ValueTask<ConnectResult> TryConnectAsync(ConnectContext context, int attempt)