1 write to ConnectionOptionsCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
62ConnectionOptionsCallback = async (connection, helloInfo, cancellationToken) =>
4 references to ConnectionOptionsCallback
System.Net.Quic (4)
System\Net\Quic\QuicConnectionOptions.cs (1)
191/// Options for server (inbound) <see cref="QuicConnection" />. Provided by <see cref="QuicListenerOptions.ConnectionOptionsCallback"/>.
System\Net\Quic\QuicListener.cs (2)
136_connectionOptionsCallback = options.ConnectionOptionsCallback; 167/// Propagates exceptions from <see cref="QuicListenerOptions.ConnectionOptionsCallback"/>, including validation errors from misconfigured <see cref="QuicServerConnectionOptions"/>, e.g. <see cref="ArgumentException"/>.
System\Net\Quic\QuicListenerOptions.cs (1)
46ValidateNotNull(argumentName, SR.net_quic_not_null_listener, ConnectionOptionsCallback);