2 implementations of EndPoint
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
206public EndPoint EndPoint => _connectionListener.EndPoint; 227public EndPoint EndPoint => _multiplexedConnectionListener.EndPoint;
1 reference to EndPoint
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\IConnectionListenerBase.cs (1)
9/// Defines an interface that represents a listener bound to a specific <see cref="EndPoint"/>.