ExchangeServiceBase.HttpHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.