7 implementations of RemoteEndPoint
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
96public override EndPoint? RemoteEndPoint { get; set; }
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
827EndPoint? IConnectionEndPointFeature.RemoteEndPoint
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
581EndPoint? IConnectionEndPointFeature.RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\aspnetcore\src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
48EndPoint? IConnectionEndPointFeature.RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\aspnetcore\src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
48EndPoint? IConnectionEndPointFeature.RemoteEndPoint
src\aspnetcore\src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
39EndPoint? IConnectionEndPointFeature.RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\aspnetcore\src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
48EndPoint? IConnectionEndPointFeature.RemoteEndPoint