Example #1
0
 public AxlNetClient.ListNetworkAccessProfileRes listNetworkAccessProfile(AxlNetClient.ListNetworkAccessProfileReq listNetworkAccessProfile1)
 {
     AxlNetClient.listNetworkAccessProfileRequest inValue = new AxlNetClient.listNetworkAccessProfileRequest();
     inValue.listNetworkAccessProfile = listNetworkAccessProfile1;
     AxlNetClient.listNetworkAccessProfileResponse retVal = ((AxlNetClient.AXLPort77)(this)).listNetworkAccessProfile(inValue);
     return(retVal.listNetworkAccessProfileResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listNetworkAccessProfileResponse> listNetworkAccessProfileAsync(AxlNetClient.ListNetworkAccessProfileReq listNetworkAccessProfile)
 {
     AxlNetClient.listNetworkAccessProfileRequest inValue = new AxlNetClient.listNetworkAccessProfileRequest();
     inValue.listNetworkAccessProfile = listNetworkAccessProfile;
     return(((AxlNetClient.AXLPort77)(this)).listNetworkAccessProfileAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.listNetworkAccessProfileResponse> AxlNetClient.AXLPort77.listNetworkAccessProfileAsync(AxlNetClient.listNetworkAccessProfileRequest request)
 {
     return(base.Channel.listNetworkAccessProfileAsync(request));
 }
Example #4
0
 AxlNetClient.listNetworkAccessProfileResponse AxlNetClient.AXLPort77.listNetworkAccessProfile(AxlNetClient.listNetworkAccessProfileRequest request)
 {
     return(base.Channel.listNetworkAccessProfile(request));
 }