public PunchthroughConfiguration GetPunchthroughConfiguration() { IntPtr cPtr = SLikeNetPINVOKE.NatPunchthroughClient_GetPunchthroughConfiguration(swigCPtr); PunchthroughConfiguration ret = (cPtr == IntPtr.Zero) ? null : new PunchthroughConfiguration(cPtr, false); return(ret); }
internal static HandleRef getCPtr(PunchthroughConfiguration obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }