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