Example #1
0
 public AxlNetClient.ListCcdHostedDNRes listCcdHostedDN(AxlNetClient.ListCcdHostedDNReq listCcdHostedDN1)
 {
     AxlNetClient.listCcdHostedDNRequest inValue = new AxlNetClient.listCcdHostedDNRequest();
     inValue.listCcdHostedDN = listCcdHostedDN1;
     AxlNetClient.listCcdHostedDNResponse retVal = ((AxlNetClient.AXLPort54)(this)).listCcdHostedDN(inValue);
     return(retVal.listCcdHostedDNResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listCcdHostedDNResponse> listCcdHostedDNAsync(AxlNetClient.ListCcdHostedDNReq listCcdHostedDN)
 {
     return(axlPortClient54.listCcdHostedDNAsync(listCcdHostedDN));
 }
Example #3
0
 public AxlNetClient.ListCcdHostedDNRes listCcdHostedDN(AxlNetClient.ListCcdHostedDNReq listCcdHostedDN1)
 {
     return(axlPortClient54.listCcdHostedDN(listCcdHostedDN1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listCcdHostedDNResponse> listCcdHostedDNAsync(AxlNetClient.ListCcdHostedDNReq listCcdHostedDN)
 {
     AxlNetClient.listCcdHostedDNRequest inValue = new AxlNetClient.listCcdHostedDNRequest();
     inValue.listCcdHostedDN = listCcdHostedDN;
     return(((AxlNetClient.AXLPort54)(this)).listCcdHostedDNAsync(inValue));
 }