Description
Gets all of the response headers' information. This function is only effective in the installable cloud application deployed with PowerServer.
Applies to
Syntax
applicationname.GetHttpResponseHeaders ( )
Argument |
Description |
---|---|
applicationname |
The name of the application object for which you want to get all of the response headers |
Return value
String.
Returns the information of all of the response headers or returns an empty string if the current application is not an installable cloud app deployed with PowerServer.
Examples
This example gets information of all headers:
String ls_Headers ls_Headers = Getapplication().GetHttpResponseHeaders()
See also