Exemple #1
0
 public AxlNetClient.StandardResponse addCcdHostedDN(AxlNetClient.AddCcdHostedDNReq addCcdHostedDN1)
 {
     AxlNetClient.addCcdHostedDNRequest inValue = new AxlNetClient.addCcdHostedDNRequest();
     inValue.addCcdHostedDN = addCcdHostedDN1;
     AxlNetClient.addCcdHostedDNResponse retVal = ((AxlNetClient.AXLPort53)(this)).addCcdHostedDN(inValue);
     return(retVal.addCcdHostedDNResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addCcdHostedDNResponse> addCcdHostedDNAsync(AxlNetClient.AddCcdHostedDNReq addCcdHostedDN)
 {
     AxlNetClient.addCcdHostedDNRequest inValue = new AxlNetClient.addCcdHostedDNRequest();
     inValue.addCcdHostedDN = addCcdHostedDN;
     return(((AxlNetClient.AXLPort53)(this)).addCcdHostedDNAsync(inValue));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <AxlNetClient.addCcdHostedDNResponse> addCcdHostedDNAsync(AxlNetClient.AddCcdHostedDNReq addCcdHostedDN)
 {
     return(axlPortClient53.addCcdHostedDNAsync(addCcdHostedDN));
 }
Exemple #4
0
 public AxlNetClient.StandardResponse addCcdHostedDN(AxlNetClient.AddCcdHostedDNReq addCcdHostedDN1)
 {
     return(axlPortClient53.addCcdHostedDN(addCcdHostedDN1));
 }