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

Grpc.Net.Client.Internal.GrpcCallScope

sealed class GrpcCallScope : IReadOnlyList<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>
namespace Grpc.Net.Client.Internal { internal sealed class GrpcCallScope : IReadOnlyList<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>> { [System.Runtime.CompilerServices.Nullable(new byte[] { 0, 1, 1 })] public KeyValuePair<string, object> this[int index] { [return: System.Runtime.CompilerServices.Nullable(new byte[] { 0, 1, 1 })] get; } public int Count { get; } public GrpcCallScope(MethodType methodType, Uri uri); public IEnumerator<KeyValuePair<string, object>> GetEnumerator(); } }