1 implementation of IsWebTransportRequest
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
348public bool IsWebTransportRequest { get; set; }
3 references to IsWebTransportRequest
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportHandshakeTests.cs (1)
33success &= webTransportFeature.IsWebTransportRequest;
WebTransportInteractiveSampleApp (1)
Program.cs (1)
57if (!feature.IsWebTransportRequest)
WebTransportSampleApp (1)
Program.cs (1)
27if (!feature.IsWebTransportRequest)