Base:
property
RemoteEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.RemoteEndPoint
2 writes to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionContext.cs (1)
47RemoteEndPoint = connection.RemoteEndPoint;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
42set => RemoteEndPoint = value;
2 references to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (1)
53RemoteEndPoint = connection.RemoteEndPoint;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
41get => RemoteEndPoint;