9 implementations of LocalEndPoint
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
42EndPoint? IConnectionEndPointFeature.LocalEndPoint
Microsoft.AspNetCore.Connections.Abstractions (1)
DefaultConnectionContext.cs (1)
93public override EndPoint? LocalEndPoint { get; set; }
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
767EndPoint? IConnectionEndPointFeature.LocalEndPoint
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
528EndPoint? IConnectionEndPointFeature.LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
42EndPoint? IConnectionEndPointFeature.LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
42EndPoint? IConnectionEndPointFeature.LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
42EndPoint? IConnectionEndPointFeature.LocalEndPoint
src\Servers\Kestrel\shared\TransportMultiplexedConnection.FeatureCollection.cs (1)
33EndPoint? IConnectionEndPointFeature.LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
42EndPoint? IConnectionEndPointFeature.LocalEndPoint
1 write to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TransportConnectionFeatureCollectionTests.cs (1)
74endpointFeature.LocalEndPoint = newLocalEndPoint;
10 references to LocalEndPoint
IIS.Tests (1)
ConnectionEndPointFeatureTests.cs (1)
24localEndPoint = endPointFeature.LocalEndPoint;
Microsoft.AspNetCore.Http.Connections (2)
src\Shared\ConnectionEndpointTags.cs (2)
33AddEndpointTags(ref tags, endpointFeature.LocalEndPoint, networkTransport: "tcp"); 45var localEndpoint = connectionContext.Features.Get<IConnectionEndPointFeature>()?.LocalEndPoint
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ConnectionEndPointFeatureTests.cs (1)
25localEndPoint = endPointFeature.LocalEndPoint;
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\ConnectionEndpointTags.cs (2)
33AddEndpointTags(ref tags, endpointFeature.LocalEndPoint, networkTransport: "tcp"); 45var localEndpoint = connectionContext.Features.Get<IConnectionEndPointFeature>()?.LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
TransportConnectionFeatureCollectionTests.cs (2)
45Assert.Equal(expectedLocalEndPoint, endpointFeature.LocalEndPoint); 77Assert.Equal(newLocalEndPoint, endpointFeature.LocalEndPoint);
Microsoft.AspNetCore.SignalR.Core (2)
src\Shared\ConnectionEndpointTags.cs (2)
33AddEndpointTags(ref tags, endpointFeature.LocalEndPoint, networkTransport: "tcp"); 45var localEndpoint = connectionContext.Features.Get<IConnectionEndPointFeature>()?.LocalEndPoint