Beispiel #1
0
 public AxlNetClient.GetVpnProfileRes getVpnProfile(AxlNetClient.GetVpnProfileReq getVpnProfile1)
 {
     AxlNetClient.getVpnProfileRequest inValue = new AxlNetClient.getVpnProfileRequest();
     inValue.getVpnProfile = getVpnProfile1;
     AxlNetClient.getVpnProfileResponse retVal = ((AxlNetClient.AXLPort58)(this)).getVpnProfile(inValue);
     return(retVal.getVpnProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getVpnProfileResponse> getVpnProfileAsync(AxlNetClient.GetVpnProfileReq getVpnProfile)
 {
     return(axlPortClient58.getVpnProfileAsync(getVpnProfile));
 }
Beispiel #3
0
 public AxlNetClient.GetVpnProfileRes getVpnProfile(AxlNetClient.GetVpnProfileReq getVpnProfile1)
 {
     return(axlPortClient58.getVpnProfile(getVpnProfile1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getVpnProfileResponse> getVpnProfileAsync(AxlNetClient.GetVpnProfileReq getVpnProfile)
 {
     AxlNetClient.getVpnProfileRequest inValue = new AxlNetClient.getVpnProfileRequest();
     inValue.getVpnProfile = getVpnProfile;
     return(((AxlNetClient.AXLPort58)(this)).getVpnProfileAsync(inValue));
 }