7 references to QUIC_CONNECTION_SHUTDOWN_FLAGS
System.Net.Quic (7)
System\Net\Quic\Internal\MsQuicApi.NativeMethods.cs (2)
95public void RegistrationShutdown(MsQuicSafeHandle registration, QUIC_CONNECTION_SHUTDOWN_FLAGS flags, ulong code) 214public void ConnectionShutdown(MsQuicSafeHandle connection, QUIC_CONNECTION_SHUTDOWN_FLAGS flags, ulong code)
System\Net\Quic\Interop\msquic_generated.cs (2)
3042internal delegate* unmanaged[Cdecl]<QUIC_HANDLE*, QUIC_CONNECTION_SHUTDOWN_FLAGS, ulong, void> RegistrationShutdown; 3072internal delegate* unmanaged[Cdecl]<QUIC_HANDLE*, QUIC_CONNECTION_SHUTDOWN_FLAGS, ulong, void> ConnectionShutdown;
System\Net\Quic\QuicConnection.cs (3)
620QUIC_CONNECTION_SHUTDOWN_FLAGS.NONE, 832QUIC_CONNECTION_SHUTDOWN_FLAGS.NONE, 842QUIC_CONNECTION_SHUTDOWN_FLAGS.SILENT,