Ejemplo n.º 1
0
 public LogonResponse(TwinfieldSessionService.Header Header, TwinfieldSessionService.LogonResult LogonResult, TwinfieldSessionService.LogonAction nextAction, string cluster)
 {
     this.Header      = Header;
     this.LogonResult = LogonResult;
     this.nextAction  = nextAction;
     this.cluster     = cluster;
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <TwinfieldSessionService.GetRoleResponse> GetRoleAsync(TwinfieldSessionService.Header Header)
 {
     TwinfieldSessionService.GetRoleRequest inValue = new TwinfieldSessionService.GetRoleRequest();
     inValue.Header = Header;
     return(((TwinfieldSessionService.SessionSoap)(this)).GetRoleAsync(inValue));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <TwinfieldSessionService.SelectCompanyResponse> SelectCompanyAsync(TwinfieldSessionService.Header Header, string company)
 {
     TwinfieldSessionService.SelectCompanyRequest inValue = new TwinfieldSessionService.SelectCompanyRequest();
     inValue.Header  = Header;
     inValue.company = company;
     return(((TwinfieldSessionService.SessionSoap)(this)).SelectCompanyAsync(inValue));
 }
Ejemplo n.º 4
0
 public GetRoleRequest(TwinfieldSessionService.Header Header)
 {
     this.Header = Header;
 }
Ejemplo n.º 5
0
 public AbandonRequest(TwinfieldSessionService.Header Header)
 {
     this.Header = Header;
 }
Ejemplo n.º 6
0
 public KeepAliveRequest(TwinfieldSessionService.Header Header)
 {
     this.Header = Header;
 }
Ejemplo n.º 7
0
 public SelectCompanyRequest(TwinfieldSessionService.Header Header, string company)
 {
     this.Header  = Header;
     this.company = company;
 }
Ejemplo n.º 8
0
 public ChangePasswordRequest(TwinfieldSessionService.Header Header, string currentPassword, string newPassword)
 {
     this.Header          = Header;
     this.currentPassword = currentPassword;
     this.newPassword     = newPassword;
 }
Ejemplo n.º 9
0
 public SmsSendCodeRequest(TwinfieldSessionService.Header Header)
 {
     this.Header = Header;
 }
Ejemplo n.º 10
0
 public SmsLogonRequest(TwinfieldSessionService.Header Header, string smsCode)
 {
     this.Header  = Header;
     this.smsCode = smsCode;
 }