HTTP_PROPERTY_GET

This activity may be used to receive HTTP header property values.  It may be used:

HTTP Inbound (Server) Processing in LANSA Composer

HTTP Outbound (Client) Processing in LANSA Composer

INPUT Parameters:

HTTP_HANDLE: Required

This parameter must specify the session handle value that identifies the HTTP session upon which this activity should operate.  The session handle value is returned by the HTTP_BEGIN_INBOUND  or HTTP_BEGIN_OUTBOUND activity.

HTTP_PROPERTY_NAME: Required

This parameter must specify the name of the HTTP header property whose value is to be received.

HTTP_PROPERTY_NAME2
HTTP_PROPERTY_NAME3
HTTP_PROPERTY_NAME4

HTTP_PROPERTY_NAME5
: Optional

If you wish to receive the values of more than one HTTP header property, you may specify the names of additional HTTOP header properties in these parameters.

OUTPUT Parameters:

HTTP_PROPERTY_VALUE:

Upon successful completion, this parameter will contain the value, if any, for the HTTP header property whose name was specified in the HTTP_PROPERTY_NAME parameter.

HTTP_PROPERTY_VALUE2
HTTP_PROPERTY_VALUE3

HTTP_PROPERTY_VALUE4

HTTP_PROPERTY_VALUE5
:

Upon successful completion, these parameters will contain the values, if any, for any additional HTTP header properties whose names were specified in the HTTP_PROPERTY_NAME2 to HTTP_PROPERTY_NAME5 parameters.