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