コード例 #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);
 }
コード例 #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));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.getLdapAuthenticationResponse> getLdapAuthenticationAsync(AxlNetClient.GetLdapAuthenticationReq getLdapAuthentication)
 {
     return(axlPortClient78.getLdapAuthenticationAsync(getLdapAuthentication));
 }
コード例 #4
0
 public AxlNetClient.GetLdapAuthenticationRes getLdapAuthentication(AxlNetClient.GetLdapAuthenticationReq getLdapAuthentication1)
 {
     return(axlPortClient78.getLdapAuthentication(getLdapAuthentication1));
 }