1 write to ErrorCode
System.Net.Http (1)
System\Net\Http\HttpProtocolException.cs (1)
30ErrorCode = errorCode;
1 reference to ErrorCode
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
383long connectionResetErrorCode = (abortException as HttpProtocolException)?.ErrorCode ?? (long)Http3ErrorCode.InternalError;