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