3 writes to DefaultStreamErrorCode
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
93DefaultStreamErrorCode = options.DefaultStreamErrorCode,
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicTestHelpers.cs (1)
133DefaultStreamErrorCode = 0,
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectHelper.cs (1)
126DefaultStreamErrorCode = (long)Http3ErrorCode.RequestCancelled,
5 references to DefaultStreamErrorCode
System.Net.Quic (5)
System\Net\Quic\QuicConnection.cs (3)
171/// From <see cref="QuicConnectionOptions.DefaultStreamErrorCode"/>, passed to newly created <see cref="QuicStream"/>. 379_defaultStreamErrorCode = options.DefaultStreamErrorCode; 456_defaultStreamErrorCode = options.DefaultStreamErrorCode;
System\Net\Quic\QuicConnectionOptions.cs (1)
161ValidateErrorCode(argumentName, DefaultStreamErrorCode);
System\Net\Quic\QuicStream.cs (1)
708/// dispose will abort the read side with provided <see cref="QuicConnectionOptions.DefaultStreamErrorCode"/>.