These classes provide support for displaying certain pages automatically during a Veriplace request flow.
Classes
| Class | Description | |
|---|---|---|
| DefaultStatusViewRenderer |
Standard implementation of IStatusViewRenderer; can redirect
to a "please wait" page.
| |
| RespondedWithStatusViewException |
Indicates that the application should stop handling the current HTTP request because
Veriplace has determined that a transaction cannot be completed at present, and has
automatically served up a response page from a IStatusViewRenderer.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IStatusViewRenderer |
Interface for an object that can display "status views" to the end user under certain
conditions.
|