Пример #1
0
 public DemoConnector.TwinfieldLoginSessionService.Header Logon(string user, string password, string organisation, out DemoConnector.TwinfieldLoginSessionService.LogonResult LogonResult, out DemoConnector.TwinfieldLoginSessionService.LogonAction nextAction, out string cluster)
 {
     DemoConnector.TwinfieldLoginSessionService.LogonRequest inValue = new DemoConnector.TwinfieldLoginSessionService.LogonRequest();
     inValue.user         = user;
     inValue.password     = password;
     inValue.organisation = organisation;
     DemoConnector.TwinfieldLoginSessionService.LogonResponse retVal = ((DemoConnector.TwinfieldLoginSessionService.SessionSoap)(this)).Logon(inValue);
     LogonResult = retVal.LogonResult;
     nextAction  = retVal.nextAction;
     cluster     = retVal.cluster;
     return(retVal.Header);
 }
Пример #2
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldLoginSessionService.LogonResponse> LogonAsync(DemoConnector.TwinfieldLoginSessionService.LogonRequest request)
 {
     return(base.Channel.LogonAsync(request));
 }
Пример #3
0
 DemoConnector.TwinfieldLoginSessionService.LogonResponse DemoConnector.TwinfieldLoginSessionService.SessionSoap.Logon(DemoConnector.TwinfieldLoginSessionService.LogonRequest request)
 {
     return(base.Channel.Logon(request));
 }