Base:
property
ConnectionId
Microsoft.AspNetCore.Connections.BaseConnectionContext.ConnectionId
Implemented interface member:
property
ConnectionId
Microsoft.AspNetCore.Connections.Features.IConnectionIdFeature.ConnectionId
1 reference to ConnectionId
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
135get => _connectionId ??= StringUtilities.ConcatAsHexSuffix(_connection.ConnectionId, ':', (uint)StreamId);