3 references to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
47RemoteEndPoint = connection.RemoteEndPoint;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
70: base(pool, connection.RemoteEndPoint)
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
540NetEventSource.Info(this, $"{this} Connection connected {LocalEndPoint} -> {RemoteEndPoint} for {_negotiatedApplicationProtocol} protocol");