5 implementations of RemoteEndPoint
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
96
public override EndPoint?
RemoteEndPoint
{ get; set; }
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
794
EndPoint? IConnectionEndPointFeature.
RemoteEndPoint
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
549
EndPoint? IConnectionEndPointFeature.
RemoteEndPoint
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