QuicStreamType Enum

Definition

Represents the type of a stream.

public enum class QuicStreamType
public enum QuicStreamType
type QuicStreamType = 
Public Enum QuicStreamType
Inheritance
QuicStreamType

Fields

Bidirectional 1

Both peers are read and write capable.

Unidirectional 0

Write-only for the peer that opened the stream. Read-only for the peer that accepted the stream.

Applies to