Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AppMC.SR_AUT.getTicket5Response> getTicketAsync(string user, string password)
 {
     AppMC.SR_AUT.getTicket5Request inValue = new AppMC.SR_AUT.getTicket5Request();
     inValue.user     = user;
     inValue.password = password;
     return(((AppMC.SR_AUT.WSAuthenticationPortType)(this)).getTicketAsync(inValue));
 }
Exemplo n.º 2
0
 public string getTicket(string user, string password)
 {
     AppMC.SR_AUT.getTicket5Request inValue = new AppMC.SR_AUT.getTicket5Request();
     inValue.user     = user;
     inValue.password = password;
     AppMC.SR_AUT.getTicket5Response retVal = ((AppMC.SR_AUT.WSAuthenticationPortType)(this)).getTicket(inValue);
     return(retVal.@return);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AppMC.SR_AUT.getTicket5Response> AppMC.SR_AUT.WSAuthenticationPortType.getTicketAsync(AppMC.SR_AUT.getTicket5Request request)
 {
     return(base.Channel.getTicketAsync(request));
 }
Exemplo n.º 4
0
 AppMC.SR_AUT.getTicket5Response AppMC.SR_AUT.WSAuthenticationPortType.getTicket(AppMC.SR_AUT.getTicket5Request request)
 {
     return(base.Channel.getTicket(request));
 }