2 writes to RemoteIpAddress
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
372RemoteIpAddress = remoteEndPoint?.Address;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
159set => RemoteIpAddress = value;
1 reference to RemoteIpAddress
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
158get => RemoteIpAddress;