1 write to RawConnectionId
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
51
RawConnectionId
= requestContext.RawConnectionId;
3 references to RawConnectionId
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (2)
198
public long ConnectionId =>
RawConnectionId
!= 0 ? (long)
RawConnectionId
: (long)UConnectionId;
RequestProcessing\RequestContextOfT.cs (1)
54
Server.TlsListener.InvokeTlsClientHelloCallback(Request.
RawConnectionId
, Features, Request.GetAndInvokeTlsClientHelloCallback);