Base:
property
LocalEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.LocalEndPoint
2 writes to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (1)
54
LocalEndPoint
= connection.LocalEndPoint;
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
45
set =>
LocalEndPoint
= value;
1 reference to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
44
get =>
LocalEndPoint
;