次の方法で共有


MediaErrorDetectionStrategy.IsRetriableHttpStatusCode メソッド

定義

オーバーロード

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

パラメーター

statusCode
Int32
operationIdempotentOnRetry
Boolean
retryOnUnauthorizedErrors
Boolean

戻り値

適用対象

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

パラメーター

statusCode
HttpStatusCode
operationIdempotentOnRetry
Boolean
retryOnUnauthorizedErrors
Boolean

戻り値

適用対象