예제 #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)
 {
     AxlNetClient.getSafSecurityProfileRequest inValue = new AxlNetClient.getSafSecurityProfileRequest();
     inValue.getSafSecurityProfile = getSafSecurityProfile;
     return(((AxlNetClient.AXLPort53)(this)).getSafSecurityProfileAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.getSafSecurityProfileResponse> AxlNetClient.AXLPort53.getSafSecurityProfileAsync(AxlNetClient.getSafSecurityProfileRequest request)
 {
     return(base.Channel.getSafSecurityProfileAsync(request));
 }
예제 #4
0
 AxlNetClient.getSafSecurityProfileResponse AxlNetClient.AXLPort53.getSafSecurityProfile(AxlNetClient.getSafSecurityProfileRequest request)
 {
     return(base.Channel.getSafSecurityProfile(request));
 }