ExchangeServiceBase.HttpHeaders Property

Definition

Gets a list of HTTP headers associated with requests to Exchange Web Services (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)

Property Value

The list of HTTP headers associated with requests, organized as key/value pairs.

Applies to