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