1 write to _remoteEndPoint
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Request.cs (1)
300
_remoteEndPoint
= RequestContext.GetRemoteEndPoint()!;
2 references to _remoteEndPoint
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Request.cs (2)
298
if (
_remoteEndPoint
== null)
303
return
_remoteEndPoint
;