1 write to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\BaseHttpConnectionContext.cs (1)
34RemoteEndPoint = remoteEndPoint;
2 references to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
102private IPEndPoint? RemoteEndPoint => _context.RemoteEndPoint;
Internal\Http2\Http2Connection.cs (1)
900_context.RemoteEndPoint,