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