Base:
property
LocalEndPoint
Microsoft.AspNetCore.Connections.BaseConnectionContext.LocalEndPoint
2 writes to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Internal\NamedPipeConnection.cs (1)
47LocalEndPoint = endPoint;
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
45set => LocalEndPoint = value;
1 reference to LocalEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
44get => LocalEndPoint;