2 writes to _remoteIpAddress
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestContext.FeatureCollection.cs (2)
262_remoteIpAddress = Request.RemoteIpAddress; 269_remoteIpAddress = value;
1 reference to _remoteIpAddress
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
265return _remoteIpAddress;