Ejemplo n.º 1
0
 public AxlNetClient.ListVpnProfileRes listVpnProfile(AxlNetClient.ListVpnProfileReq listVpnProfile1)
 {
     AxlNetClient.listVpnProfileRequest inValue = new AxlNetClient.listVpnProfileRequest();
     inValue.listVpnProfile = listVpnProfile1;
     AxlNetClient.listVpnProfileResponse retVal = ((AxlNetClient.AXLPort58)(this)).listVpnProfile(inValue);
     return(retVal.listVpnProfileResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listVpnProfileResponse> listVpnProfileAsync(AxlNetClient.ListVpnProfileReq listVpnProfile)
 {
     return(axlPortClient58.listVpnProfileAsync(listVpnProfile));
 }
Ejemplo n.º 3
0
 public AxlNetClient.ListVpnProfileRes listVpnProfile(AxlNetClient.ListVpnProfileReq listVpnProfile1)
 {
     return(axlPortClient58.listVpnProfile(listVpnProfile1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.listVpnProfileResponse> listVpnProfileAsync(AxlNetClient.ListVpnProfileReq listVpnProfile)
 {
     AxlNetClient.listVpnProfileRequest inValue = new AxlNetClient.listVpnProfileRequest();
     inValue.listVpnProfile = listVpnProfile;
     return(((AxlNetClient.AXLPort58)(this)).listVpnProfileAsync(inValue));
 }