public TapAPIQuoteLoginAuth(TapAPIQuoteLoginAuth other) : this(TapQuotePINVOKE.new_TapAPIQuoteLoginAuth__SWIG_1(TapAPIQuoteLoginAuth.getCPtr(other)), true) { if (TapQuotePINVOKE.SWIGPendingException.Pending) { throw TapQuotePINVOKE.SWIGPendingException.Retrieve(); } }
public virtual int Login(TapAPIQuoteLoginAuth loginAuth) { int ret = TapQuotePINVOKE.ITapQuoteAPI_Login(swigCPtr, TapAPIQuoteLoginAuth.getCPtr(loginAuth)); return(ret); }