A newer version of this page is available.
Switch to the current version.
MapWebRequestEventArgs.Headers Property
Gets or sets a collection of web headers associated with a request or response.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public WebHeaderCollection Headers { get; set; }
Public Property Headers As WebHeaderCollection
Property Value
Type | Description |
---|---|
WebHeaderCollection | A WebHeaderCollection that is a collection of protocol headers. |
See Also
Feedback