Exemple #1
0
 public object HelloPerson()
 {
     HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest inValue = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest();
     inValue.Body = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequestBody();
     HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse retVal = ((HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap)(this)).HelloPerson(inValue);
     return(retVal.Body.HelloPersonResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse> HelloPersonAsync()
 {
     HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest inValue = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest();
     inValue.Body = new HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequestBody();
     return(((HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap)(this)).HelloPersonAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse> HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap.HelloPersonAsync(HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest request)
 {
     return(base.Channel.HelloPersonAsync(request));
 }
Exemple #4
0
 HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonResponse HFDIncidents.IncidentLoader.HoustonFireDept.WebService1Soap.HelloPerson(HFDIncidents.IncidentLoader.HoustonFireDept.HelloPersonRequest request)
 {
     return(base.Channel.HelloPerson(request));
 }