Compartir a través de


ExchangeServiceBase.HttpResponseHeaders Propiedad

Definición

Obtiene una colección de encabezados HTTP de la última respuesta. La HttpResponseHeaders propiedad es aplicable a los clientes que tienen como destino Exchange Online y versiones de Exchange a partir de Exchange Server 2013.

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

Valor de propiedad

Colección de encabezados HTTP.

Se aplica a