Esempio n. 1
0
 public AxlNetClient.GetVpnGroupRes getVpnGroup(AxlNetClient.GetVpnGroupReq getVpnGroup1)
 {
     AxlNetClient.getVpnGroupRequest inValue = new AxlNetClient.getVpnGroupRequest();
     inValue.getVpnGroup = getVpnGroup1;
     AxlNetClient.getVpnGroupResponse retVal = ((AxlNetClient.AXLPort57)(this)).getVpnGroup(inValue);
     return(retVal.getVpnGroupResponse1);
 }
Esempio n. 2
0
 public AxlNetClient.GetVpnGroupRes getVpnGroup(AxlNetClient.GetVpnGroupReq getVpnGroup1)
 {
     return(axlPortClient57.getVpnGroup(getVpnGroup1));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <AxlNetClient.getVpnGroupResponse> getVpnGroupAsync(AxlNetClient.GetVpnGroupReq getVpnGroup)
 {
     AxlNetClient.getVpnGroupRequest inValue = new AxlNetClient.getVpnGroupRequest();
     inValue.getVpnGroup = getVpnGroup;
     return(((AxlNetClient.AXLPort57)(this)).getVpnGroupAsync(inValue));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getVpnGroupResponse> getVpnGroupAsync(AxlNetClient.GetVpnGroupReq getVpnGroup)
 {
     return(axlPortClient57.getVpnGroupAsync(getVpnGroup));
 }