Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateVpnProfile(AxlNetClient.UpdateVpnProfileReq updateVpnProfile1)
 {
     AxlNetClient.updateVpnProfileRequest inValue = new AxlNetClient.updateVpnProfileRequest();
     inValue.updateVpnProfile = updateVpnProfile1;
     AxlNetClient.updateVpnProfileResponse retVal = ((AxlNetClient.AXLPort57)(this)).updateVpnProfile(inValue);
     return(retVal.updateVpnProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVpnProfileResponse> updateVpnProfileAsync(AxlNetClient.UpdateVpnProfileReq updateVpnProfile)
 {
     AxlNetClient.updateVpnProfileRequest inValue = new AxlNetClient.updateVpnProfileRequest();
     inValue.updateVpnProfile = updateVpnProfile;
     return(((AxlNetClient.AXLPort57)(this)).updateVpnProfileAsync(inValue));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVpnProfileResponse> updateVpnProfileAsync(AxlNetClient.UpdateVpnProfileReq updateVpnProfile)
 {
     return(axlPortClient57.updateVpnProfileAsync(updateVpnProfile));
 }
Exemplo n.º 4
0
 public AxlNetClient.StandardResponse updateVpnProfile(AxlNetClient.UpdateVpnProfileReq updateVpnProfile1)
 {
     return(axlPortClient57.updateVpnProfile(updateVpnProfile1));
 }