Esempio n. 1
0
 public string GetMentor()
 {
     EComWebFormsApp.ServiceReference1.GetMentorRequest inValue = new EComWebFormsApp.ServiceReference1.GetMentorRequest();
     inValue.Body = new EComWebFormsApp.ServiceReference1.GetMentorRequestBody();
     EComWebFormsApp.ServiceReference1.GetMentorResponse retVal = ((EComWebFormsApp.ServiceReference1.HelloServiceSoap)(this)).GetMentor(inValue);
     return(retVal.Body.GetMentorResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <EComWebFormsApp.ServiceReference1.GetMentorResponse> GetMentorAsync()
 {
     EComWebFormsApp.ServiceReference1.GetMentorRequest inValue = new EComWebFormsApp.ServiceReference1.GetMentorRequest();
     inValue.Body = new EComWebFormsApp.ServiceReference1.GetMentorRequestBody();
     return(((EComWebFormsApp.ServiceReference1.HelloServiceSoap)(this)).GetMentorAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <EComWebFormsApp.ServiceReference1.GetMentorResponse> EComWebFormsApp.ServiceReference1.HelloServiceSoap.GetMentorAsync(EComWebFormsApp.ServiceReference1.GetMentorRequest request)
 {
     return(base.Channel.GetMentorAsync(request));
 }
Esempio n. 4
0
 EComWebFormsApp.ServiceReference1.GetMentorResponse EComWebFormsApp.ServiceReference1.HelloServiceSoap.GetMentor(EComWebFormsApp.ServiceReference1.GetMentorRequest request)
 {
     return(base.Channel.GetMentor(request));
 }