Пример #1
0
 public System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryResponse> lostPasswordLoginDirectEntryAsync(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, string newPassword, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryRequest inValue = new Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryRequest();
     inValue.principle     = principle;
     inValue.challengeInfo = challengeInfo;
     inValue.newPassword   = newPassword;
     inValue.wsLocale      = wsLocale;
     return(((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).lostPasswordLoginDirectEntryAsync(inValue));
 }
Пример #2
0
 public Gro.Infrastructure.Data.SessionService.WSSession lostPasswordLoginDirectEntry(string principle, Gro.Infrastructure.Data.SessionService.WSChallengeResponseInfo[] challengeInfo, string newPassword, Gro.Infrastructure.Data.SessionService.WSLocale wsLocale)
 {
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryRequest inValue = new Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryRequest();
     inValue.principle     = principle;
     inValue.challengeInfo = challengeInfo;
     inValue.newPassword   = newPassword;
     inValue.wsLocale      = wsLocale;
     Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryResponse retVal = ((Gro.Infrastructure.Data.SessionService.WSSessionService)(this)).lostPasswordLoginDirectEntry(inValue);
     return(retVal.lostPasswordLoginDirectEntryReturn);
 }
Пример #3
0
 System.Threading.Tasks.Task <Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryResponse> Gro.Infrastructure.Data.SessionService.WSSessionService.lostPasswordLoginDirectEntryAsync(Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryRequest request)
 {
     return(base.Channel.lostPasswordLoginDirectEntryAsync(request));
 }
Пример #4
0
 Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryResponse Gro.Infrastructure.Data.SessionService.WSSessionService.lostPasswordLoginDirectEntry(Gro.Infrastructure.Data.SessionService.lostPasswordLoginDirectEntryRequest request)
 {
     return(base.Channel.lostPasswordLoginDirectEntry(request));
 }