Esempio n. 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);
 }
Esempio n. 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));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <AxlNetClient.addCcdHostedDNResponse> addCcdHostedDNAsync(AxlNetClient.AddCcdHostedDNReq addCcdHostedDN)
 {
     return(axlPortClient53.addCcdHostedDNAsync(addCcdHostedDN));
 }
Esempio n. 4
0
 public AxlNetClient.StandardResponse addCcdHostedDN(AxlNetClient.AddCcdHostedDNReq addCcdHostedDN1)
 {
     return(axlPortClient53.addCcdHostedDN(addCcdHostedDN1));
 }