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