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)
 {
     AxlNetClient.getVpnProfileRequest inValue = new AxlNetClient.getVpnProfileRequest();
     inValue.getVpnProfile = getVpnProfile;
     return(((AxlNetClient.AXLPort58)(this)).getVpnProfileAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.getVpnProfileResponse> AxlNetClient.AXLPort58.getVpnProfileAsync(AxlNetClient.getVpnProfileRequest request)
 {
     return(base.Channel.getVpnProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.getVpnProfileResponse AxlNetClient.AXLPort58.getVpnProfile(AxlNetClient.getVpnProfileRequest request)
 {
     return(base.Channel.getVpnProfile(request));
 }