Implemented interface member:
property
IsAborted
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http3.IHttp3Stream.IsAborted
2 references to IsAborted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Stream.cs (2)
153
if (IsCompleted ||
IsAborted
)
907
if (
IsAborted
|| IsAbortedRead)