コード例 #1
0
 public static bool ShouldRetry(this HttpStatusCode httpStatusCode)
 {
     return(httpStatusCode.Is5XX());
 }