Generic Web Reply

This is a class that is returned by the REST Base Service: Runtime Security Service

It is a generic struct, returned by a web call, that contains the status of the call, any error that occurred, and the data if received.

It has the following properties:

It also has these methods:

  • IsReturnGood() - Checks that the return code is success and the Http Status code is 200-299.
  • IsReturnGoodDataExists() - Same as previous, but also checks that data is not null.


Revision #2
Created 30 March 2025 19:29:56 by glwhite
Updated 31 March 2025 00:01:28 by glwhite