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