Example #1
0
 public AxlNetClient.ListSafSecurityProfileRes listSafSecurityProfile(AxlNetClient.ListSafSecurityProfileReq listSafSecurityProfile1)
 {
     AxlNetClient.listSafSecurityProfileRequest inValue = new AxlNetClient.listSafSecurityProfileRequest();
     inValue.listSafSecurityProfile = listSafSecurityProfile1;
     AxlNetClient.listSafSecurityProfileResponse retVal = ((AxlNetClient.AXLPort53)(this)).listSafSecurityProfile(inValue);
     return(retVal.listSafSecurityProfileResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listSafSecurityProfileResponse> listSafSecurityProfileAsync(AxlNetClient.ListSafSecurityProfileReq listSafSecurityProfile)
 {
     return(axlPortClient53.listSafSecurityProfileAsync(listSafSecurityProfile));
 }
Example #3
0
 public AxlNetClient.ListSafSecurityProfileRes listSafSecurityProfile(AxlNetClient.ListSafSecurityProfileReq listSafSecurityProfile1)
 {
     return(axlPortClient53.listSafSecurityProfile(listSafSecurityProfile1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listSafSecurityProfileResponse> listSafSecurityProfileAsync(AxlNetClient.ListSafSecurityProfileReq listSafSecurityProfile)
 {
     AxlNetClient.listSafSecurityProfileRequest inValue = new AxlNetClient.listSafSecurityProfileRequest();
     inValue.listSafSecurityProfile = listSafSecurityProfile;
     return(((AxlNetClient.AXLPort53)(this)).listSafSecurityProfileAsync(inValue));
 }