4 references to QUIC_STREAM_START_FLAGS
System.Net.Quic (4)
System\Net\Quic\Internal\MsQuicApi.NativeMethods.cs (1)
294
public int StreamStart(MsQuicSafeHandle stream,
QUIC_STREAM_START_FLAGS
flags)
System\Net\Quic\Interop\msquic_generated.cs (1)
3090
internal delegate* unmanaged[Cdecl]<QUIC_HANDLE*,
QUIC_STREAM_START_FLAGS
, int> StreamStart;
System\Net\Quic\QuicStream.cs (2)
262
QUIC_STREAM_START_FLAGS
.SHUTDOWN_ON_FAIL |
QUIC_STREAM_START_FLAGS
.INDICATE_PEER_ACCEPT);