Exemplo n.º 1
0
 public AxlNetClient.ListIpPhoneServicesRes listIpPhoneServices(AxlNetClient.ListIpPhoneServicesReq listIpPhoneServices1)
 {
     AxlNetClient.listIpPhoneServicesRequest inValue = new AxlNetClient.listIpPhoneServicesRequest();
     inValue.listIpPhoneServices = listIpPhoneServices1;
     AxlNetClient.listIpPhoneServicesResponse retVal = ((AxlNetClient.AXLPort33)(this)).listIpPhoneServices(inValue);
     return(retVal.listIpPhoneServicesResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listIpPhoneServicesResponse> listIpPhoneServicesAsync(AxlNetClient.ListIpPhoneServicesReq listIpPhoneServices)
 {
     AxlNetClient.listIpPhoneServicesRequest inValue = new AxlNetClient.listIpPhoneServicesRequest();
     inValue.listIpPhoneServices = listIpPhoneServices;
     return(((AxlNetClient.AXLPort33)(this)).listIpPhoneServicesAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.listIpPhoneServicesResponse> AxlNetClient.AXLPort33.listIpPhoneServicesAsync(AxlNetClient.listIpPhoneServicesRequest request)
 {
     return(base.Channel.listIpPhoneServicesAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.listIpPhoneServicesResponse AxlNetClient.AXLPort33.listIpPhoneServices(AxlNetClient.listIpPhoneServicesRequest request)
 {
     return(base.Channel.listIpPhoneServices(request));
 }