Example #1
0
 public LdapException(ILdapResult result)
     : this(result.ResultCode, result.DiagnosticMessage)
 {
 }
 public static string[] GetReferrals(this ILdapResult source, ReadOnlyMemory <byte>[] referral)
 {
     return(GetReferrals(referral));
 }