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