ResourceResponse object
The ResourceResponse object can obtain the response information of
the protected resource request, including the HTTP response headers and
the protected resource returned from the server.
Note
This object cannot be referenced in .NET Web Service or .NET
Assembly components, otherwise the component will fail to be
deployed.
Properties
|
ResourceResponse property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Functions
|
ResourceResponse function |
Datatype returned |
Description |
|---|---|---|
|
String |
Returns the name assigned to the |
|
|
Integer |
Gets the response body into string. |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
String |
Gets the response header by name. |
|
|
String |
Gets the header of all responses by |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Long |
Gets the response status code. |
|
|
String |
Gets the response status |
|
|
Object |
Returns the type of the object. |