示例#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);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.getSafSecurityProfileResponse> getSafSecurityProfileAsync(AxlNetClient.GetSafSecurityProfileReq getSafSecurityProfile)
 {
     return(axlPortClient53.getSafSecurityProfileAsync(getSafSecurityProfile));
 }
示例#3
0
 public AxlNetClient.GetSafSecurityProfileRes getSafSecurityProfile(AxlNetClient.GetSafSecurityProfileReq getSafSecurityProfile1)
 {
     return(axlPortClient53.getSafSecurityProfile(getSafSecurityProfile1));
 }
示例#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));
 }