Example #1
0
 public AxlNetClient.GetHuntPilotRes getHuntPilot(AxlNetClient.GetHuntPilotReq getHuntPilot1)
 {
     AxlNetClient.getHuntPilotRequest inValue = new AxlNetClient.getHuntPilotRequest();
     inValue.getHuntPilot = getHuntPilot1;
     AxlNetClient.getHuntPilotResponse retVal = ((AxlNetClient.AXLPort35)(this)).getHuntPilot(inValue);
     return(retVal.getHuntPilotResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getHuntPilotResponse> getHuntPilotAsync(AxlNetClient.GetHuntPilotReq getHuntPilot)
 {
     AxlNetClient.getHuntPilotRequest inValue = new AxlNetClient.getHuntPilotRequest();
     inValue.getHuntPilot = getHuntPilot;
     return(((AxlNetClient.AXLPort35)(this)).getHuntPilotAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.getHuntPilotResponse> AxlNetClient.AXLPort35.getHuntPilotAsync(AxlNetClient.getHuntPilotRequest request)
 {
     return(base.Channel.getHuntPilotAsync(request));
 }
Example #4
0
 AxlNetClient.getHuntPilotResponse AxlNetClient.AXLPort35.getHuntPilot(AxlNetClient.getHuntPilotRequest request)
 {
     return(base.Channel.getHuntPilot(request));
 }