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