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