IEwsHttpWebRequest.Headers property
Gets or sets a collection of the name/value pairs that make up the HTTP headers.
The Headers property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Syntax
'Declaration
Property Headers As WebHeaderCollection
Get
Set
'Usage
Dim instance As IEwsHttpWebRequest
Dim value As WebHeaderCollection
value = instance.Headers
instance.Headers = value
WebHeaderCollection Headers { get; set; }
Property value
Type: System.Net.WebHeaderCollection
The name/value pairs that make up the headers for the HTTP request.