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