API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

Headers Property

Collection of response headers returned after the last request.

Syntax

[VB.NET]
Public Property Headers As HeaderList

[C#]
public HeaderList Headers {get;}

Remarks

This is a collection of response headers returned after the last request. If you are interested in specific headers, you can use the GetHeader method to get their values; otherwise, you can loop through this collection.

This collection is indexed from 0 to Count - 1.

This property is not available at design time.

Default Value

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]