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