2 implementations of IsRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3ControlStream.cs (1)
81public bool IsRequestStream => false;
Internal\Http3\Http3Stream.cs (1)
92public bool IsRequestStream => true;
4 references to IsRequestStream
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (4)
295if (stream.IsRequestStream) 822if (stream.IsRequestStream) 839if (stream.IsRequestStream) 851if (stream.IsRequestStream)