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