Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QUIC_STREAM_EVENT_TYPE.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_EVENT_TYPE : uint {
  System.Net.Quic.Implementations.MsQuic.Internal.START_COMPLETE , System.Net.Quic.Implementations.MsQuic.Internal.RECEIVE , System.Net.Quic.Implementations.MsQuic.Internal.SEND_COMPLETE , System.Net.Quic.Implementations.MsQuic.Internal.PEER_SEND_SHUTDOWN ,
  System.Net.Quic.Implementations.MsQuic.Internal.PEER_SEND_ABORTED , System.Net.Quic.Implementations.MsQuic.Internal.PEER_RECEIVE_ABORTED , System.Net.Quic.Implementations.MsQuic.Internal.SEND_SHUTDOWN_COMPLETE , System.Net.Quic.Implementations.MsQuic.Internal.SHUTDOWN_COMPLETE ,
  System.Net.Quic.Implementations.MsQuic.Internal.IDEAL_SEND_BUFFER_SIZE
}