3 implementations of RemoteEndPoint
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
96
public override EndPoint?
RemoteEndPoint
{ get; set; }
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\aspnetcore\src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
48
EndPoint? IConnectionEndPointFeature.
RemoteEndPoint
src\aspnetcore\src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
39
EndPoint? IConnectionEndPointFeature.
RemoteEndPoint