MediaErrorDetectionStrategy.IsRetriableHttpStatusCode Method
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.
Overloads
IsRetriableHttpStatusCode(Int32, Boolean, Boolean) | |
IsRetriableHttpStatusCode(HttpStatusCode, Boolean, Boolean) |
IsRetriableHttpStatusCode(Int32, Boolean, Boolean)
protected bool IsRetriableHttpStatusCode (int statusCode, bool operationIdempotentOnRetry, bool retryOnUnauthorizedErrors);
member this.IsRetriableHttpStatusCode : int * bool * bool -> bool
Protected Function IsRetriableHttpStatusCode (statusCode As Integer, operationIdempotentOnRetry As Boolean, retryOnUnauthorizedErrors As Boolean) As Boolean
Parameters
- statusCode
- Int32
- operationIdempotentOnRetry
- Boolean
- retryOnUnauthorizedErrors
- Boolean
Returns
Applies to
IsRetriableHttpStatusCode(HttpStatusCode, Boolean, Boolean)
protected bool IsRetriableHttpStatusCode (System.Net.HttpStatusCode statusCode, bool operationIdempotentOnRetry, bool retryOnUnauthorizedErrors);
member this.IsRetriableHttpStatusCode : System.Net.HttpStatusCode * bool * bool -> bool
Protected Function IsRetriableHttpStatusCode (statusCode As HttpStatusCode, operationIdempotentOnRetry As Boolean, retryOnUnauthorizedErrors As Boolean) As Boolean
Parameters
- statusCode
- HttpStatusCode
- operationIdempotentOnRetry
- Boolean
- retryOnUnauthorizedErrors
- Boolean
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET