ExchangeServiceBase.HttpResponseHeaders Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.