2 instantiations of LdapSessionOptions
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
85
SessionOptions = new
LdapSessionOptions
(this);
96
SessionOptions = new
LdapSessionOptions
(this);
1 reference to LdapSessionOptions
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
143
public
LdapSessionOptions
SessionOptions { get; }