Compartilhar via


BlobHttpResponseParsers.GetMetadata(HttpResponseMessage) Método

Definição

Obtém os metadados definidos pelo usuário.

public static System.Collections.Generic.IDictionary<string,string> GetMetadata (System.Net.Http.HttpResponseMessage response);
static member GetMetadata : System.Net.Http.HttpResponseMessage -> System.Collections.Generic.IDictionary<string, string>
Public Shared Function GetMetadata (response As HttpResponseMessage) As IDictionary(Of String, String)

Parâmetros

response
HttpResponseMessage

A resposta do servidor.

Retornos

Um IDictionary dos metadados.

Aplica-se a