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