public method IO2GSession.getRequestFactory

Brief

Gets an instance of the request factory.

Declaration
C++
virtual IO2GRequestFactory getRequestFactory () = 0

Details

Please note that requests created using this factory must be sent using this session only.

Please release the factory object when it is not required anymore.

Declared in IO2GSession

back