Example #1
0
 public AxlNetClient.StandardResponse updateLdapAuthentication(AxlNetClient.UpdateLdapAuthenticationReq updateLdapAuthentication1)
 {
     AxlNetClient.updateLdapAuthenticationRequest inValue = new AxlNetClient.updateLdapAuthenticationRequest();
     inValue.updateLdapAuthentication = updateLdapAuthentication1;
     AxlNetClient.updateLdapAuthenticationResponse retVal = ((AxlNetClient.AXLPort78)(this)).updateLdapAuthentication(inValue);
     return(retVal.updateLdapAuthenticationResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLdapAuthenticationResponse> updateLdapAuthenticationAsync(AxlNetClient.UpdateLdapAuthenticationReq updateLdapAuthentication)
 {
     AxlNetClient.updateLdapAuthenticationRequest inValue = new AxlNetClient.updateLdapAuthenticationRequest();
     inValue.updateLdapAuthentication = updateLdapAuthentication;
     return(((AxlNetClient.AXLPort78)(this)).updateLdapAuthenticationAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateLdapAuthenticationResponse> AxlNetClient.AXLPort78.updateLdapAuthenticationAsync(AxlNetClient.updateLdapAuthenticationRequest request)
 {
     return(base.Channel.updateLdapAuthenticationAsync(request));
 }
Example #4
0
 AxlNetClient.updateLdapAuthenticationResponse AxlNetClient.AXLPort78.updateLdapAuthentication(AxlNetClient.updateLdapAuthenticationRequest request)
 {
     return(base.Channel.updateLdapAuthentication(request));
 }