Exemplo n.º 1
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.ImpersonateUserResponse> ImpersonateUserAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     myAdminTool.OTCSAuthentication.ImpersonateUserRequest inValue = new myAdminTool.OTCSAuthentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).ImpersonateUserAsync(inValue));
 }
Exemplo n.º 2
0
 public string ImpersonateUser(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     myAdminTool.OTCSAuthentication.ImpersonateUserRequest inValue = new myAdminTool.OTCSAuthentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     myAdminTool.OTCSAuthentication.ImpersonateUserResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).ImpersonateUser(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateUserResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.ImpersonateUserResponse> myAdminTool.OTCSAuthentication.Authentication.ImpersonateUserAsync(myAdminTool.OTCSAuthentication.ImpersonateUserRequest request)
 {
     return(base.Channel.ImpersonateUserAsync(request));
 }
Exemplo n.º 4
0
 myAdminTool.OTCSAuthentication.ImpersonateUserResponse myAdminTool.OTCSAuthentication.Authentication.ImpersonateUser(myAdminTool.OTCSAuthentication.ImpersonateUserRequest request)
 {
     return(base.Channel.ImpersonateUser(request));
 }