Interface ILdapContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/naming/ldap/LdapContext.html
public interface ILdapContext : IDirContext, IContext
- Inherited Members
Properties
ConnectControls
Control[] ConnectControls { get; }
Property Value
- Control[]
RequestControls
https://docs.oracle.com/javase/8/docs/api/javax/naming/ldap/LdapContext.html#getRequestControls-- https://docs.oracle.com/javase/8/docs/api/javax/naming/ldap/LdapContext.html#setRequestControls-javax.naming.ldap.Control[]-
Control[] RequestControls { get; set; }
Property Value
- Control[]
ResponseControls
Control[] ResponseControls { get; }
Property Value
- Control[]
Methods
ExtendedOperation(ExtendedRequest)
ExtendedResponse ExtendedOperation(ExtendedRequest arg0)
Parameters
Returns
Exceptions
NewInstance(Control[])
LdapContext NewInstance(Control[] arg0)
Parameters
Returns
Exceptions
Reconnect(Control[])
void Reconnect(Control[] arg0)