public method O2GSession.getRequestFactory

Brief

Gets an instance of the request factory.

Declaration
C#
O2GRequestFactory  getRequestFactory ()

Details

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

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

back