コード例 #1
0
 public string CombineApplicationToken(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     Controle_Tranche.CWS.Authentication.CombineApplicationTokenRequest inValue = new Controle_Tranche.CWS.Authentication.CombineApplicationTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationToken = applicationToken;
     Controle_Tranche.CWS.Authentication.CombineApplicationTokenResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).CombineApplicationToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.CombineApplicationTokenResult);
 }
コード例 #2
0
 Controle_Tranche.CWS.Authentication.CombineApplicationTokenResponse Controle_Tranche.CWS.Authentication.Authentication.CombineApplicationToken(Controle_Tranche.CWS.Authentication.CombineApplicationTokenRequest request)
 {
     return(base.Channel.CombineApplicationToken(request));
 }