2 references to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
48
LocalEndPoint = connection.
LocalEndPoint
;
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
652
NetEventSource.Info(this, $"{this} Connection connected {
LocalEndPoint
} -> {RemoteEndPoint} for {_negotiatedApplicationProtocol} protocol");