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