1 write to RawConnectionId
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
55RawConnectionId = requestContext.RawConnectionId;
2 references to RawConnectionId
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
202public long ConnectionId => RawConnectionId != 0 ? (long)RawConnectionId : (long)UConnectionId;