1 write to ConnectionOptionsCallback
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
62
ConnectionOptionsCallback
= async (connection, helloInfo, cancellationToken) =>
4 references to ConnectionOptionsCallback
System.Net.Quic (4)
System\Net\Quic\QuicConnectionOptions.cs (1)
214
/// Options for server (inbound) <see cref="QuicConnection" />. Provided by <see cref="QuicListenerOptions.
ConnectionOptionsCallback
"/>.
System\Net\Quic\QuicListener.cs (2)
140
_connectionOptionsCallback = options.
ConnectionOptionsCallback
;
171
/// 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)
46
ValidateNotNull(argumentName, SR.net_quic_not_null_listener,
ConnectionOptionsCallback
);