コード例 #1
0
 public AxlNetClient.GetVpnGroupRes getVpnGroup(AxlNetClient.GetVpnGroupReq getVpnGroup1)
 {
     AxlNetClient.getVpnGroupRequest inValue = new AxlNetClient.getVpnGroupRequest();
     inValue.getVpnGroup = getVpnGroup1;
     AxlNetClient.getVpnGroupResponse retVal = ((AxlNetClient.AXLPort57)(this)).getVpnGroup(inValue);
     return(retVal.getVpnGroupResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getVpnGroupResponse> getVpnGroupAsync(AxlNetClient.GetVpnGroupReq getVpnGroup)
 {
     AxlNetClient.getVpnGroupRequest inValue = new AxlNetClient.getVpnGroupRequest();
     inValue.getVpnGroup = getVpnGroup;
     return(((AxlNetClient.AXLPort57)(this)).getVpnGroupAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.getVpnGroupResponse> AxlNetClient.AXLPort57.getVpnGroupAsync(AxlNetClient.getVpnGroupRequest request)
 {
     return(base.Channel.getVpnGroupAsync(request));
 }
コード例 #4
0
 AxlNetClient.getVpnGroupResponse AxlNetClient.AXLPort57.getVpnGroup(AxlNetClient.getVpnGroupRequest request)
 {
     return(base.Channel.getVpnGroup(request));
 }