1 implementation of EndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
118
public EndPoint
EndPoint
{ get; set; }
3 references to EndPoint
Microsoft.AspNetCore.Connections.Abstractions (1)
IMulitplexedConnectionListener.cs (1)
13
/// 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)
83
return transport.
EndPoint
;
226
public EndPoint EndPoint => _multiplexedConnectionListener.
EndPoint
;