1 write to ListenEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
60
ListenEndPoint
= listenEndPoint,
5 references to ListenEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
122
QuicLog.ConnectionListenerStarting(_log, _quicListenerOptions.
ListenEndPoint
);
System.Net.Quic (4)
System\Net\Quic\QuicListener.cs (3)
147
QuicAddr address = options.
ListenEndPoint
.ToQuicAddr();
148
if (options.
ListenEndPoint
.Address.Equals(IPAddress.IPv6Any))
164
LocalEndPoint = MsQuicHelpers.QuicAddrToIPEndPoint(&address, options.
ListenEndPoint
.AddressFamily);
System\Net\Quic\QuicListenerOptions.cs (1)
45
ValidateNotNull(argumentName, SR.net_quic_not_null_listener,
ListenEndPoint
);