Exemple #1
0
 public AxlNetClient.GetSafSecurityProfileRes getSafSecurityProfile(AxlNetClient.GetSafSecurityProfileReq getSafSecurityProfile1)
 {
     AxlNetClient.getSafSecurityProfileRequest inValue = new AxlNetClient.getSafSecurityProfileRequest();
     inValue.getSafSecurityProfile = getSafSecurityProfile1;
     AxlNetClient.getSafSecurityProfileResponse retVal = ((AxlNetClient.AXLPort53)(this)).getSafSecurityProfile(inValue);
     return(retVal.getSafSecurityProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getSafSecurityProfileResponse> getSafSecurityProfileAsync(AxlNetClient.GetSafSecurityProfileReq getSafSecurityProfile)
 {
     return(axlPortClient53.getSafSecurityProfileAsync(getSafSecurityProfile));
 }
Exemple #3
0
 public AxlNetClient.GetSafSecurityProfileRes getSafSecurityProfile(AxlNetClient.GetSafSecurityProfileReq getSafSecurityProfile1)
 {
     return(axlPortClient53.getSafSecurityProfile(getSafSecurityProfile1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getSafSecurityProfileResponse> getSafSecurityProfileAsync(AxlNetClient.GetSafSecurityProfileReq getSafSecurityProfile)
 {
     AxlNetClient.getSafSecurityProfileRequest inValue = new AxlNetClient.getSafSecurityProfileRequest();
     inValue.getSafSecurityProfile = getSafSecurityProfile;
     return(((AxlNetClient.AXLPort53)(this)).getSafSecurityProfileAsync(inValue));
 }