コード例 #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;
 }
コード例 #2
0
 public ChangePasswordResponse(TwinfieldSessionService.ChangePasswordResult ChangePasswordResult, TwinfieldSessionService.LogonAction nextAction)
 {
     this.ChangePasswordResult = ChangePasswordResult;
     this.nextAction           = nextAction;
 }
コード例 #3
0
 public SmsLogonResponse(TwinfieldSessionService.SMSLogonResult SmsLogonResult, TwinfieldSessionService.LogonAction nextAction)
 {
     this.SmsLogonResult = SmsLogonResult;
     this.nextAction     = nextAction;
 }