Esempio n. 1
0
 public ConsoleApp8.ServiceReference1.SendEmailResponse SendEmail(ConsoleApp8.ServiceReference1.SendEmail SendEmail1)
 {
     ConsoleApp8.ServiceReference1.SendEmail1 inValue = new ConsoleApp8.ServiceReference1.SendEmail1();
     inValue.SendEmail = SendEmail1;
     ConsoleApp8.ServiceReference1.SendEmailResponse1 retVal = ((ConsoleApp8.ServiceReference1.SomeSoapService)(this)).SendEmail(inValue);
     return(retVal.SendEmailResponse);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <ConsoleApp8.ServiceReference1.SendEmailResponse1> SendEmailAsync(ConsoleApp8.ServiceReference1.SendEmail SendEmail)
 {
     ConsoleApp8.ServiceReference1.SendEmail1 inValue = new ConsoleApp8.ServiceReference1.SendEmail1();
     inValue.SendEmail = SendEmail;
     return(((ConsoleApp8.ServiceReference1.SomeSoapService)(this)).SendEmailAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ConsoleApp8.ServiceReference1.SendEmailResponse1> ConsoleApp8.ServiceReference1.SomeSoapService.SendEmailAsync(ConsoleApp8.ServiceReference1.SendEmail1 request)
 {
     return(base.Channel.SendEmailAsync(request));
 }
Esempio n. 4
0
 ConsoleApp8.ServiceReference1.SendEmailResponse1 ConsoleApp8.ServiceReference1.SomeSoapService.SendEmail(ConsoleApp8.ServiceReference1.SendEmail1 request)
 {
     return(base.Channel.SendEmail(request));
 }