Example #1
0
 public string GetIncidents()
 {
     HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequest inValue = new HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequest();
     inValue.Body = new HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequestBody();
     HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsResponse retVal = ((HFDActiveIncidents.Service.HoustonFireDept.WebService1Soap)(this)).GetIncidents(inValue);
     return(retVal.Body.GetIncidentsResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsResponse> GetIncidentsAsync()
 {
     HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequest inValue = new HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequest();
     inValue.Body = new HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequestBody();
     return(((HFDActiveIncidents.Service.HoustonFireDept.WebService1Soap)(this)).GetIncidentsAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsResponse> HFDActiveIncidents.Service.HoustonFireDept.WebService1Soap.GetIncidentsAsync(HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequest request)
 {
     return(base.Channel.GetIncidentsAsync(request));
 }
Example #4
0
 HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsResponse HFDActiveIncidents.Service.HoustonFireDept.WebService1Soap.GetIncidents(HFDActiveIncidents.Service.HoustonFireDept.GetIncidentsRequest request)
 {
     return(base.Channel.GetIncidents(request));
 }