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