3 writes to DefaultStreamErrorCode
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
93
DefaultStreamErrorCode
= options.DefaultStreamErrorCode,
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicTestHelpers.cs (1)
133
DefaultStreamErrorCode
= 0,
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectHelper.cs (1)
126
DefaultStreamErrorCode
= (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)
161
ValidateErrorCode(argumentName,
DefaultStreamErrorCode
);
System\Net\Quic\QuicStream.cs (1)
708
/// dispose will abort the read side with provided <see cref="QuicConnectionOptions.
DefaultStreamErrorCode
"/>.