1 implementation of IWebTransportSession
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\WebTransport\WebTransportSession.cs (1)
17internal sealed class WebTransportSession : IWebTransportSession
4 references to IWebTransportSession
Microsoft.AspNetCore.Http.Features (1)
IHttpWebTransportFeature.cs (1)
24ValueTask<IWebTransportSession> AcceptAsync(CancellationToken cancellationToken = default);
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
349public virtual ValueTask<IWebTransportSession> AcceptAsync(CancellationToken token)
Internal\Http3\Http3Stream.cs (1)
1264public override async ValueTask<IWebTransportSession> AcceptAsync(CancellationToken token)
Internal\WebTransport\WebTransportSession.cs (1)
62void IWebTransportSession.Abort(int errorCode)