public method IO2GSession.getResponseReaderFactory

Brief

Gets an instance of the response reader factory.

Declaration
C++
virtual IO2GResponseReaderFactory getResponseReaderFactory () = 0

Details

Please note that the response reader factory can be used for responses received by this session only.

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

Declared in IO2GSession

back