ResponseClassifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type that analyzes HTTP responses and exceptions and determines if they should be retried.
public class ResponseClassifier
type ResponseClassifier = class
Public Class ResponseClassifier
- Inheritance
-
System.ObjectResponseClassifier
Constructors
ResponseClassifier() |
Methods
IsErrorResponse(HttpMessage) |
Specifies if the response contained in the |
IsRetriable(HttpMessage, Exception) |
Specifies if the operation that caused the exception should be retried taking the HttpMessage into consideration. |
IsRetriableException(Exception) |
Specifies if the operation that caused the exception should be retried. |
IsRetriableResponse(HttpMessage) |
Specifies if the request contained in the |