DataServiceResponse.BatchHeaders Propriedade

Definição

Os cabeçalhos de uma resposta HTTP associada a um pedido em lote.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ BatchHeaders { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> BatchHeaders { get; }
member this.BatchHeaders : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)

Valor de Propriedade

Um IDictionary objeto que contém os pares nome-valor de uma resposta HTTP.

Observações

A propriedade dos cabeçalhos na DataServiceResponse instância devolvida será uma coleção vazia quando o batching não for usado porque não existe um conjunto de cabeçalhos que represente toda a operação de gravação.

Aplica-se a