Beispiel #1
0
 public System.Threading.Tasks.Task <ConsoleApplication1.LdapServiceRef.ldapAuthResponse> ldapAuthAsync(string Application, string IdType, string Id, string Password)
 {
     ConsoleApplication1.LdapServiceRef.ldapAuthRequest inValue = new ConsoleApplication1.LdapServiceRef.ldapAuthRequest();
     inValue.Application = Application;
     inValue.IdType      = IdType;
     inValue.Id          = Id;
     inValue.Password    = Password;
     return(((ConsoleApplication1.LdapServiceRef.LdapService)(this)).ldapAuthAsync(inValue));
 }
Beispiel #2
0
 public string ldapAuth(string Application, string IdType, string Id, string Password)
 {
     ConsoleApplication1.LdapServiceRef.ldapAuthRequest inValue = new ConsoleApplication1.LdapServiceRef.ldapAuthRequest();
     inValue.Application = Application;
     inValue.IdType      = IdType;
     inValue.Id          = Id;
     inValue.Password    = Password;
     ConsoleApplication1.LdapServiceRef.ldapAuthResponse retVal = ((ConsoleApplication1.LdapServiceRef.LdapService)(this)).ldapAuth(inValue);
     return(retVal.LdapMessage);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ConsoleApplication1.LdapServiceRef.ldapAuthResponse> ConsoleApplication1.LdapServiceRef.LdapService.ldapAuthAsync(ConsoleApplication1.LdapServiceRef.ldapAuthRequest request)
 {
     return(base.Channel.ldapAuthAsync(request));
 }
Beispiel #4
0
 ConsoleApplication1.LdapServiceRef.ldapAuthResponse ConsoleApplication1.LdapServiceRef.LdapService.ldapAuth(ConsoleApplication1.LdapServiceRef.ldapAuthRequest request)
 {
     return(base.Channel.ldapAuth(request));
 }