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