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