示例#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);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.listIpPhoneServicesResponse> listIpPhoneServicesAsync(AxlNetClient.ListIpPhoneServicesReq listIpPhoneServices)
 {
     return(axlPortClient33.listIpPhoneServicesAsync(listIpPhoneServices));
 }
示例#3
0
 public AxlNetClient.ListIpPhoneServicesRes listIpPhoneServices(AxlNetClient.ListIpPhoneServicesReq listIpPhoneServices1)
 {
     return(axlPortClient33.listIpPhoneServices(listIpPhoneServices1));
 }
示例#4
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));
 }