3 references to EndPoint
Microsoft.AspNetCore.Connections.Abstractions (1)
IConnectionListener.cs (1)
12
/// Defines an interface that represents a listener bound to a specific <see cref="
EndPoint
"/>.
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
49
return transport.
EndPoint
;
205
public EndPoint EndPoint => _connectionListener.
EndPoint
;