Example #1
0
 public string ImpersonateUser(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string userName)
 {
     Controle_Tranche.CWS.Authentication.ImpersonateUserRequest inValue = new Controle_Tranche.CWS.Authentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     Controle_Tranche.CWS.Authentication.ImpersonateUserResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).ImpersonateUser(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateUserResult);
 }
Example #2
0
 Controle_Tranche.CWS.Authentication.ImpersonateUserResponse Controle_Tranche.CWS.Authentication.Authentication.ImpersonateUser(Controle_Tranche.CWS.Authentication.ImpersonateUserRequest request)
 {
     return(base.Channel.ImpersonateUser(request));
 }