Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
QUIC_STREAM_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_STREAM_SHUTDOWN_FLAGS
: uint
5
{
6
NONE
= 0u,
7
GRACEFUL
= 1u,
8
ABORT_SEND
= 2u,
9
ABORT_RECEIVE
= 4u,
10
ABORT
= 6u,
11
IMMEDIATE
= 8u
12
}
4
internal
enum
QUIC_STREAM_SHUTDOWN_FLAGS
: uint {
…
};
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS
QUIC_STREAM_SHUTDOWN_FLAGS
Definition
QUIC_STREAM_SHUTDOWN_FLAGS.cs:5
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS.GRACEFUL
@ GRACEFUL
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS.ABORT_SEND
@ ABORT_SEND
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS.ABORT
@ ABORT
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS.IMMEDIATE
@ IMMEDIATE
System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS.ABORT_RECEIVE
@ ABORT_RECEIVE
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_STREAM_SHUTDOWN_FLAGS.cs
Generated by
1.10.0