Exemple #1
0
 public AxlNetClient.GetLdapAuthenticationRes getLdapAuthentication(AxlNetClient.GetLdapAuthenticationReq getLdapAuthentication1)
 {
     AxlNetClient.getLdapAuthenticationRequest inValue = new AxlNetClient.getLdapAuthenticationRequest();
     inValue.getLdapAuthentication = getLdapAuthentication1;
     AxlNetClient.getLdapAuthenticationResponse retVal = ((AxlNetClient.AXLPort78)(this)).getLdapAuthentication(inValue);
     return(retVal.getLdapAuthenticationResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getLdapAuthenticationResponse> getLdapAuthenticationAsync(AxlNetClient.GetLdapAuthenticationReq getLdapAuthentication)
 {
     AxlNetClient.getLdapAuthenticationRequest inValue = new AxlNetClient.getLdapAuthenticationRequest();
     inValue.getLdapAuthentication = getLdapAuthentication;
     return(((AxlNetClient.AXLPort78)(this)).getLdapAuthenticationAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.getLdapAuthenticationResponse> AxlNetClient.AXLPort78.getLdapAuthenticationAsync(AxlNetClient.getLdapAuthenticationRequest request)
 {
     return(base.Channel.getLdapAuthenticationAsync(request));
 }
Exemple #4
0
 AxlNetClient.getLdapAuthenticationResponse AxlNetClient.AXLPort78.getLdapAuthentication(AxlNetClient.getLdapAuthenticationRequest request)
 {
     return(base.Channel.getLdapAuthentication(request));
 }