2 instantiations of DefaultStreamDirectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (1)
738
features.Set<IStreamDirectionFeature>(new
DefaultStreamDirectionFeature
(canRead: false, canWrite: true));
Internal\WebTransport\WebTransportSession.cs (1)
19
private static readonly IStreamDirectionFeature _outputStreamDirectionFeature = new
DefaultStreamDirectionFeature
(canRead: false, canWrite: true);