public method O2GSession.getResponseReaderFactory

Brief

Gets an instance of the response reader factory.

Declaration
C#
O2GResponseReaderFactory  getResponseReaderFactory ()

Details

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

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

back