Partilhar via


BlobHttpResponseParsers.GetRemainingLeaseTime(HttpResponseMessage) Método

Definição

Extrai o tempo de concessão restante de uma resposta da Web.

public static int? GetRemainingLeaseTime (System.Net.Http.HttpResponseMessage response);
static member GetRemainingLeaseTime : System.Net.Http.HttpResponseMessage -> Nullable<int>
Public Shared Function GetRemainingLeaseTime (response As HttpResponseMessage) As Nullable(Of Integer)

Parâmetros

response
HttpResponseMessage

A resposta da Web.

Retornos

O tempo de concessão restante, em segundos.

Aplica-se a