ExchangeServiceBase.HttpResponseHeaders 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 collection of HTTP headers from the last response. The HttpResponseHeaders property is applicable for clients that target Exchange Online and versions of Exchange starting with 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)
Property Value
A collection of HTTP headers.