BotFrameworkHttpStatusCodeErrorDetectionStrategy Klas
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Foutdetectiestrategie voor HTTP-statuscode in Bot Framework.
public class BotFrameworkHttpStatusCodeErrorDetectionStrategy : Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy
type BotFrameworkHttpStatusCodeErrorDetectionStrategy = class
interface ITransientErrorDetectionStrategy
Public Class BotFrameworkHttpStatusCodeErrorDetectionStrategy
Implements ITransientErrorDetectionStrategy
- Overname
-
BotFrameworkHttpStatusCodeErrorDetectionStrategy
- Implementeringen
-
Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy
Constructors
| BotFrameworkHttpStatusCodeErrorDetectionStrategy() |
Foutdetectiestrategie voor HTTP-statuscode in Bot Framework. |
Methoden
| IsTransient(Exception) |
Retourneert true als de statuscode in de uitzondering HttpRequestExceptionWithStatus RequestTimeout, TooManyRequests, NotFound of groter dan of gelijk aan 500 is en niet Niet geïmplementeerd (501) of HttpVersionNotSupported (505). |
Van toepassing op
Zie ook
- <xref:Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy>