Exemplo n.º 1
0
 public AxlNetClient.ListDhcpSubnetRes listDhcpSubnet(AxlNetClient.ListDhcpSubnetReq listDhcpSubnet1)
 {
     AxlNetClient.listDhcpSubnetRequest inValue = new AxlNetClient.listDhcpSubnetRequest();
     inValue.listDhcpSubnet = listDhcpSubnet1;
     AxlNetClient.listDhcpSubnetResponse retVal = ((AxlNetClient.AXLPort20)(this)).listDhcpSubnet(inValue);
     return(retVal.listDhcpSubnetResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listDhcpSubnetResponse> listDhcpSubnetAsync(AxlNetClient.ListDhcpSubnetReq listDhcpSubnet)
 {
     return(axlPortClient20.listDhcpSubnetAsync(listDhcpSubnet));
 }
Exemplo n.º 3
0
 public AxlNetClient.ListDhcpSubnetRes listDhcpSubnet(AxlNetClient.ListDhcpSubnetReq listDhcpSubnet1)
 {
     return(axlPortClient20.listDhcpSubnet(listDhcpSubnet1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.listDhcpSubnetResponse> listDhcpSubnetAsync(AxlNetClient.ListDhcpSubnetReq listDhcpSubnet)
 {
     AxlNetClient.listDhcpSubnetRequest inValue = new AxlNetClient.listDhcpSubnetRequest();
     inValue.listDhcpSubnet = listDhcpSubnet;
     return(((AxlNetClient.AXLPort20)(this)).listDhcpSubnetAsync(inValue));
 }