6 references to Unidirectional
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
223
quicStream = await _connection.OpenOutboundStreamAsync(QuicStreamType.
Unidirectional
, cancellationToken);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (5)
QuicConnectionContextTests.cs (2)
69
() => clientConnection.OpenOutboundStreamAsync(QuicStreamType.
Unidirectional
).AsTask(),
161
await using var clientStream = await quicConnection.OpenOutboundStreamAsync(QuicStreamType.
Unidirectional
);
QuicStreamContextTests.cs (3)
307
await using var clientStream = await quicConnection.OpenOutboundStreamAsync(QuicStreamType.
Unidirectional
);
341
await using var clientStream = await quicConnection.OpenOutboundStreamAsync(QuicStreamType.
Unidirectional
);
380
await using var clientStream = await quicConnection.OpenOutboundStreamAsync(QuicStreamType.
Unidirectional
);