Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QUIC_STREAM_SHUTDOWN_FLAGS.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Net
 
namespace  System.Net.Quic
 
namespace  System.Net.Quic.Implementations
 
namespace  System.Net.Quic.Implementations.MsQuic
 
namespace  System.Net.Quic.Implementations.MsQuic.Internal
 

Enumerations

enum  System.Net.Quic.Implementations.MsQuic.Internal.QUIC_STREAM_SHUTDOWN_FLAGS : uint {
  System.Net.Quic.Implementations.MsQuic.Internal.NONE = 0u , System.Net.Quic.Implementations.MsQuic.Internal.GRACEFUL = 1u , System.Net.Quic.Implementations.MsQuic.Internal.ABORT_SEND = 2u , System.Net.Quic.Implementations.MsQuic.Internal.ABORT_RECEIVE = 4u ,
  System.Net.Quic.Implementations.MsQuic.Internal.ABORT = 6u , System.Net.Quic.Implementations.MsQuic.Internal.IMMEDIATE = 8u
}