Поделиться через


ExchangeServiceBase.HttpResponseHeaders Свойство

Определение

Возвращает коллекцию заголовков HTTP из последнего ответа. Свойство HttpResponseHeaders применимо для клиентов, предназначенных для Exchange Online и версий Exchange, начиная с 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)

Значение свойства

Коллекция заголовков HTTP.

Применяется к