HttpAsyncSession Class
A class that manages background asynchronous communication. This class can generate and manage multiple communications by ID, and communications are performed simultaneously and asynchronously in a thread separate from the CRS execution engine. After the communication is completed, the reception result will be notified together with the ID as an event.
As with the HttpSession class, simple communication using the Get and Post methods, as well as advanced communication using the HttpRequest class is possible.
Instances of this class should always be retained during communication. When the instance disappears, all communicating sessions are forcibly disconnected.
Default properties and ValueType
The default property is Sessions. The ValueType specification is invalid.