Esempio n. 1
0
 public AxlNetClient.StandardResponse addVpnProfile(AxlNetClient.AddVpnProfileReq addVpnProfile1)
 {
     AxlNetClient.addVpnProfileRequest inValue = new AxlNetClient.addVpnProfileRequest();
     inValue.addVpnProfile = addVpnProfile1;
     AxlNetClient.addVpnProfileResponse retVal = ((AxlNetClient.AXLPort57)(this)).addVpnProfile(inValue);
     return(retVal.addVpnProfileResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addVpnProfileResponse> addVpnProfileAsync(AxlNetClient.AddVpnProfileReq addVpnProfile)
 {
     AxlNetClient.addVpnProfileRequest inValue = new AxlNetClient.addVpnProfileRequest();
     inValue.addVpnProfile = addVpnProfile;
     return(((AxlNetClient.AXLPort57)(this)).addVpnProfileAsync(inValue));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <AxlNetClient.addVpnProfileResponse> addVpnProfileAsync(AxlNetClient.AddVpnProfileReq addVpnProfile)
 {
     return(axlPortClient57.addVpnProfileAsync(addVpnProfile));
 }
Esempio n. 4
0
 public AxlNetClient.StandardResponse addVpnProfile(AxlNetClient.AddVpnProfileReq addVpnProfile1)
 {
     return(axlPortClient57.addVpnProfile(addVpnProfile1));
 }