Beispiel #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);
 }
Beispiel #2
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));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.listSafSecurityProfileResponse> AxlNetClient.AXLPort53.listSafSecurityProfileAsync(AxlNetClient.listSafSecurityProfileRequest request)
 {
     return(base.Channel.listSafSecurityProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.listSafSecurityProfileResponse AxlNetClient.AXLPort53.listSafSecurityProfile(AxlNetClient.listSafSecurityProfileRequest request)
 {
     return(base.Channel.listSafSecurityProfile(request));
 }