ResponseInfo Property

String denoting the name of the variable which contains the last server response.

Data Type

String

Default Value

"<none>"

Remarks

This property specifies a variable which will hold information about the server response.

The variable is in the form of a datatable. There will be only one row. The columns of the datatable are listed below:

(0) TransferredDataThe body of the response. If LocalFile is set this will be empty.
(1) StatusLineThe HTTP status line returned by the server. For instance "HTTP/1.1 200 OK".
(2) TransferredHeadersThe full headers of the response.
(3) CookiesThe cookies returned by the server (if any).
(4) HTTPVersionThe HTTP version used during the connection.

This property is read-only.

This property is not available in the Sender.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]