Beispiel #1
0
 public AxlNetClient.GetIpPhoneServicesRes getIpPhoneServices(AxlNetClient.GetIpPhoneServicesReq getIpPhoneServices1)
 {
     AxlNetClient.getIpPhoneServicesRequest inValue = new AxlNetClient.getIpPhoneServicesRequest();
     inValue.getIpPhoneServices = getIpPhoneServices1;
     AxlNetClient.getIpPhoneServicesResponse retVal = ((AxlNetClient.AXLPort33)(this)).getIpPhoneServices(inValue);
     return(retVal.getIpPhoneServicesResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getIpPhoneServicesResponse> getIpPhoneServicesAsync(AxlNetClient.GetIpPhoneServicesReq getIpPhoneServices)
 {
     return(axlPortClient33.getIpPhoneServicesAsync(getIpPhoneServices));
 }
Beispiel #3
0
 public AxlNetClient.GetIpPhoneServicesRes getIpPhoneServices(AxlNetClient.GetIpPhoneServicesReq getIpPhoneServices1)
 {
     return(axlPortClient33.getIpPhoneServices(getIpPhoneServices1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getIpPhoneServicesResponse> getIpPhoneServicesAsync(AxlNetClient.GetIpPhoneServicesReq getIpPhoneServices)
 {
     AxlNetClient.getIpPhoneServicesRequest inValue = new AxlNetClient.getIpPhoneServicesRequest();
     inValue.getIpPhoneServices = getIpPhoneServices;
     return(((AxlNetClient.AXLPort33)(this)).getIpPhoneServicesAsync(inValue));
 }