Back to Devexpress

MapWebRequestEventArgs.Headers Property

windowsforms-devexpress-dot-xtramap-dot-mapwebrequesteventargs-b25b3054.md

latest1.2 KB
Original Source

MapWebRequestEventArgs.Headers Property

Gets or sets a collection of web headers associated with a request or response.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public WebHeaderCollection Headers { get; set; }
vb
Public Property Headers As WebHeaderCollection

Property Value

TypeDescription
WebHeaderCollection

A WebHeaderCollection that is a collection of protocol headers.

|

See Also

MapWebRequestEventArgs Class

MapWebRequestEventArgs Members

DevExpress.XtraMap Namespace