Base:
property
LocalEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.LocalEndPoint
2 writes to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionContext.cs (1)
48LocalEndPoint = connection.LocalEndPoint;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
36set => LocalEndPoint = value;
2 references to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (1)
54LocalEndPoint = connection.LocalEndPoint;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
35get => LocalEndPoint;