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