1 write to DefaultStreamErrorCode
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
62options.DefaultStreamErrorCode = (long)Http3ErrorCode.RequestCancelled;
1 reference to DefaultStreamErrorCode
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
93DefaultStreamErrorCode = options.DefaultStreamErrorCode,