Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QUIC_CONNECTION_SHUTDOWN_FLAGS.cs
Go to the documentation of this file.
1
namespace
System.Net.Quic.Implementations.MsQuic.Internal
;
2
3
[Flags]
4
internal
enum
QUIC_CONNECTION_SHUTDOWN_FLAGS
: uint
5
{
6
NONE
= 0u,
7
SILENT
= 1u
8
}
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_CONNECTION_SHUTDOWN_FLAGS
QUIC_CONNECTION_SHUTDOWN_FLAGS
Definition
QUIC_CONNECTION_SHUTDOWN_FLAGS.cs:5
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_CONNECTION_SHUTDOWN_FLAGS.SILENT
@ SILENT
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_CONNECTION_SHUTDOWN_FLAGS.NONE
@ NONE
System.Net.Quic.Implementations.MsQuic.Internal
Definition
MsQuicAddressHelpers.cs:4
source
System.Net.Quic
System.Net.Quic.Implementations.MsQuic.Internal
QUIC_CONNECTION_SHUTDOWN_FLAGS.cs
Generated by
1.10.0