示例#1
0
 public AxlNetClient.GetGatewaySccpEndpointsRes getGatewaySccpEndpoints(AxlNetClient.GetGatewaySccpEndpointsReq getGatewaySccpEndpoints1)
 {
     AxlNetClient.getGatewaySccpEndpointsRequest inValue = new AxlNetClient.getGatewaySccpEndpointsRequest();
     inValue.getGatewaySccpEndpoints = getGatewaySccpEndpoints1;
     AxlNetClient.getGatewaySccpEndpointsResponse retVal = ((AxlNetClient.AXLPort66)(this)).getGatewaySccpEndpoints(inValue);
     return(retVal.getGatewaySccpEndpointsResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.getGatewaySccpEndpointsResponse> getGatewaySccpEndpointsAsync(AxlNetClient.GetGatewaySccpEndpointsReq getGatewaySccpEndpoints)
 {
     AxlNetClient.getGatewaySccpEndpointsRequest inValue = new AxlNetClient.getGatewaySccpEndpointsRequest();
     inValue.getGatewaySccpEndpoints = getGatewaySccpEndpoints;
     return(((AxlNetClient.AXLPort66)(this)).getGatewaySccpEndpointsAsync(inValue));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.getGatewaySccpEndpointsResponse> getGatewaySccpEndpointsAsync(AxlNetClient.GetGatewaySccpEndpointsReq getGatewaySccpEndpoints)
 {
     return(axlPortClient66.getGatewaySccpEndpointsAsync(getGatewaySccpEndpoints));
 }
示例#4
0
 public AxlNetClient.GetGatewaySccpEndpointsRes getGatewaySccpEndpoints(AxlNetClient.GetGatewaySccpEndpointsReq getGatewaySccpEndpoints1)
 {
     return(axlPortClient66.getGatewaySccpEndpoints(getGatewaySccpEndpoints1));
 }