Beispiel #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);
 }
Beispiel #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));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.addVpnProfileResponse> AxlNetClient.AXLPort57.addVpnProfileAsync(AxlNetClient.addVpnProfileRequest request)
 {
     return(base.Channel.addVpnProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.addVpnProfileResponse AxlNetClient.AXLPort57.addVpnProfile(AxlNetClient.addVpnProfileRequest request)
 {
     return(base.Channel.addVpnProfile(request));
 }