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); }
public System.Threading.Tasks.Task <AxlNetClient.listNetworkAccessProfileResponse> listNetworkAccessProfileAsync(AxlNetClient.ListNetworkAccessProfileReq listNetworkAccessProfile) { return(axlPortClient77.listNetworkAccessProfileAsync(listNetworkAccessProfile)); }
public AxlNetClient.ListNetworkAccessProfileRes listNetworkAccessProfile(AxlNetClient.ListNetworkAccessProfileReq listNetworkAccessProfile1) { return(axlPortClient77.listNetworkAccessProfile(listNetworkAccessProfile1)); }
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)); }