public CASessionCallIceCallbackObj(CASessionCallIceCallbackObj obj) : this(clWRAPPINVOKE.new_CASessionCallIceCallbackObj__SWIG_1(CASessionCallIceCallbackObj.getCPtr(obj)), true)
 {
     if (clWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public virtual bool setIceCallback(CASessionCallIceCallbackObj oIceCallback)
        {
            bool ret = clWRAPPINVOKE.CASessionCall_setIceCallback(swigCPtr, CASessionCallIceCallbackObj.getCPtr(oIceCallback));

            if (clWRAPPINVOKE.SWIGPendingException.Pending)
            {
                throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static HandleRef getCPtr(CASessionCallIceCallbackObj obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public CASessionCallIceCallbackObj(CASessionCallIceCallbackObj obj)
     : this(clWRAPPINVOKE.new_CASessionCallIceCallbackObj__SWIG_1(CASessionCallIceCallbackObj.getCPtr(obj)), true)
 {
     if (clWRAPPINVOKE.SWIGPendingException.Pending) throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(CASessionCallIceCallbackObj obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual bool setIceCallback(CASessionCallIceCallbackObj oIceCallback)
 {
     bool ret = clWRAPPINVOKE.CASessionCall_setIceCallback(swigCPtr, CASessionCallIceCallbackObj.getCPtr(oIceCallback));
     if (clWRAPPINVOKE.SWIGPendingException.Pending) throw clWRAPPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }