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