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


ExchangeServiceBase.HttpHeaders Свойство

Определение

Возвращает список заголовков HTTP, связанных с запросами к веб-службам Exchange (EWS).

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

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

Список заголовков HTTP, связанных с запросами, упорядоченных как пары "ключ-значение".

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