Base:
property
LocalEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.LocalEndPoint
2 writes to LocalEndPoint
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
45set => LocalEndPoint = value;
TestTransport\InMemoryTransportConnection.cs (1)
29LocalEndPoint = new IPEndPoint(IPAddress.Loopback, 0);
1 reference to LocalEndPoint
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
44get => LocalEndPoint;