2 implementations of IsRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
75public bool IsRequestStream => false;
Internal\Http3\Http3Stream.cs (1)
79public bool IsRequestStream => true;
4 references to IsRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (4)
295if (stream.IsRequestStream) 821if (stream.IsRequestStream) 838if (stream.IsRequestStream) 850if (stream.IsRequestStream)