Ejemplo n.º 1
0
            internal WebAPIUserNonceCallback(JobID jobID, CMsgClientRequestWebAPIAuthenticateUserNonceResponse body)
            {
                this.JobID = jobID;

                this.Result = ( EResult )body.eresult;
                this.Nonce  = body.webapi_authenticate_user_nonce;
            }
 internal NonceCallback(CMsgClientRequestWebAPIAuthenticateUserNonceResponse body)
 {
     Result = (EResult)body.eresult;
     Nonce = body.webapi_authenticate_user_nonce;
 }
Ejemplo n.º 3
0
 internal NonceCallback(CMsgClientRequestWebAPIAuthenticateUserNonceResponse body)
 {
     Result = (EResult)body.eresult;
     Nonce  = body.webapi_authenticate_user_nonce;
 }