Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse addSafSecurityProfile(AxlNetClient.AddSafSecurityProfileReq addSafSecurityProfile1)
 {
     AxlNetClient.addSafSecurityProfileRequest inValue = new AxlNetClient.addSafSecurityProfileRequest();
     inValue.addSafSecurityProfile = addSafSecurityProfile1;
     AxlNetClient.addSafSecurityProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).addSafSecurityProfile(inValue);
     return(retVal.addSafSecurityProfileResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addSafSecurityProfileResponse> addSafSecurityProfileAsync(AxlNetClient.AddSafSecurityProfileReq addSafSecurityProfile)
 {
     AxlNetClient.addSafSecurityProfileRequest inValue = new AxlNetClient.addSafSecurityProfileRequest();
     inValue.addSafSecurityProfile = addSafSecurityProfile;
     return(((AxlNetClient.AXLPort52)(this)).addSafSecurityProfileAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.addSafSecurityProfileResponse> AxlNetClient.AXLPort52.addSafSecurityProfileAsync(AxlNetClient.addSafSecurityProfileRequest request)
 {
     return(base.Channel.addSafSecurityProfileAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.addSafSecurityProfileResponse AxlNetClient.AXLPort52.addSafSecurityProfile(AxlNetClient.addSafSecurityProfileRequest request)
 {
     return(base.Channel.addSafSecurityProfile(request));
 }