4 references to AcceptInboundStreamAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
97
var stream = await _connection.
AcceptInboundStreamAsync
(cancellationToken);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
549
streamTask = _connection!.
AcceptInboundStreamAsync
(CancellationToken.None);
System.Net.Quic (2)
System\Net\Quic\QuicConnection.cs (2)
40
/// or accept an inbound stream: <see cref="QuicConnection.
AcceptInboundStreamAsync
(CancellationToken)" />.
167
/// Used by <see cref="
AcceptInboundStreamAsync
(CancellationToken)" /> to throw in case no stream can be opened from the peer.