static public method O2GTransport.createSession

Brief

Creates a transport session.

Declaration
C#
O2GSession  createSession ()

Details

Returns an instance of the session object.
Important: disconnect all created sessions and Dispose all session objects before the application is terminated.

Declared in O2GTransport

back