예제 #1
0
 public AxlNetClient.StandardResponse addIpPhoneServices(AxlNetClient.AddIpPhoneServicesReq addIpPhoneServices1)
 {
     AxlNetClient.addIpPhoneServicesRequest inValue = new AxlNetClient.addIpPhoneServicesRequest();
     inValue.addIpPhoneServices = addIpPhoneServices1;
     AxlNetClient.addIpPhoneServicesResponse retVal = ((AxlNetClient.AXLPort33)(this)).addIpPhoneServices(inValue);
     return(retVal.addIpPhoneServicesResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addIpPhoneServicesResponse> addIpPhoneServicesAsync(AxlNetClient.AddIpPhoneServicesReq addIpPhoneServices)
 {
     AxlNetClient.addIpPhoneServicesRequest inValue = new AxlNetClient.addIpPhoneServicesRequest();
     inValue.addIpPhoneServices = addIpPhoneServices;
     return(((AxlNetClient.AXLPort33)(this)).addIpPhoneServicesAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.addIpPhoneServicesResponse> AxlNetClient.AXLPort33.addIpPhoneServicesAsync(AxlNetClient.addIpPhoneServicesRequest request)
 {
     return(base.Channel.addIpPhoneServicesAsync(request));
 }
예제 #4
0
 AxlNetClient.addIpPhoneServicesResponse AxlNetClient.AXLPort33.addIpPhoneServices(AxlNetClient.addIpPhoneServicesRequest request)
 {
     return(base.Channel.addIpPhoneServices(request));
 }