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