GetHttpResponseHeaders
PowerScript function
Description
Gets all of the response headers’ information. This function is only
effective in the installable cloud application deployed with
PowerServer.
Applies to
Syntax
|
1 |
applicationname.GetHttpResponseHeaders ( ) |
|
Argument |
Description |
|---|---|
|
applicationname |
The name of the application object for which you want to |
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:
|
1 2 |
String ls_Headers ls_Headers = Getapplication().GetHttpResponseHeaders() |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest