API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

Headers Property

Collection of response headers returned after the last request.

Syntax

public HeaderList getHeaders();
public void setHeaders(HeaderList headers);

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 Java Edition - Version 16.0 [Build 7709]