Example #1
0
 public XwsAgent.BackendService.GetLoginResponse GetLogin(XwsAgent.BackendService.GetLoginRequest GetLoginRequest)
 {
     XwsAgent.BackendService.GetLoginRequest1 inValue = new XwsAgent.BackendService.GetLoginRequest1();
     inValue.GetLoginRequest = GetLoginRequest;
     XwsAgent.BackendService.GetLoginResponse1 retVal = ((XwsAgent.BackendService.LoginPort)(this)).GetLogin(inValue);
     return(retVal.GetLoginResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <XwsAgent.BackendService.GetLoginResponse1> GetLoginAsync(XwsAgent.BackendService.GetLoginRequest GetLoginRequest)
 {
     XwsAgent.BackendService.GetLoginRequest1 inValue = new XwsAgent.BackendService.GetLoginRequest1();
     inValue.GetLoginRequest = GetLoginRequest;
     return(((XwsAgent.BackendService.LoginPort)(this)).GetLoginAsync(inValue));
 }
Example #3
0
 public GetLoginRequest1(XwsAgent.BackendService.GetLoginRequest GetLoginRequest)
 {
     this.GetLoginRequest = GetLoginRequest;
 }