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