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