Implemented interface member:
property
Tags
Microsoft.AspNetCore.Connections.Features.IConnectionMetricsTagsFeature.Tags
1 reference to Tags
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
96
internal Dictionary<string, object> ConnectionTags => MultiplexedConnectionContext.
Tags
.ToDictionary(t => t.Key, t => t.Value);