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