FreeSWITCH.Native.ManagedSession.ManagedSession C# (CSharp) Method

ManagedSession() public method

public ManagedSession ( SWIGTYPE_p_switch_core_session session ) : System
session SWIGTYPE_p_switch_core_session
return System
        public ManagedSession(SWIGTYPE_p_switch_core_session session)
            : this(freeswitchPINVOKE.new_ManagedSession__SWIG_2(SWIGTYPE_p_switch_core_session.getCPtr(session)), true)
        {
        }

Same methods

ManagedSession::ManagedSession ( ) : System
ManagedSession::ManagedSession ( IntPtr cPtr, bool cMemoryOwn ) : System
ManagedSession::ManagedSession ( string uuid ) : System