DefaultHttpErrorDetectionStrategy Class
Default Http error detection strategy based on Http Status Code.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Object
Microsoft.WindowsAzure.Common.TransientFaultHandling.DefaultHttpErrorDetectionStrategy
Microsoft.WindowsAzure.Common.TransientFaultHandling.DefaultHttpErrorDetectionStrategy
| Name | Description | |
|---|---|---|
![]() | DefaultHttpErrorDetectionStrategy() |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsTransient(Exception) | Returns true if status code in HttpRequestExceptionWithStatus exception is greater than or equal to 500 and not NotImplemented (501) or HttpVersionNotSupported (505). |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

