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