コード例 #1
0
 public string ImpersonateApplication(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationID)
 {
     Controle_Tranche.CWS.Authentication.ImpersonateApplicationRequest inValue = new Controle_Tranche.CWS.Authentication.ImpersonateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     Controle_Tranche.CWS.Authentication.ImpersonateApplicationResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).ImpersonateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateApplicationResult);
 }
コード例 #2
0
 Controle_Tranche.CWS.Authentication.ImpersonateApplicationResponse Controle_Tranche.CWS.Authentication.Authentication.ImpersonateApplication(Controle_Tranche.CWS.Authentication.ImpersonateApplicationRequest request)
 {
     return(base.Channel.ImpersonateApplication(request));
 }