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