Unosquare
    Show / Hide Table of Contents

    Class LdapModifyRequest

    Represents a LDAP Modification Request Message.

    Inheritance
    Object
    LdapMessage
    LdapModifyRequest
    Inherited Members
    LdapMessage.MessageId
    LdapMessage.Request
    LdapMessage.Tag
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Swan.Ldap
    Syntax
    public sealed class LdapModifyRequest : LdapMessage

    Constructors

    LdapModifyRequest(String, LdapModification[], LdapControl[])

    Initializes a new instance of the LdapModifyRequest class.

    Declaration
    public LdapModifyRequest(string dn, LdapModification[] modifications, LdapControl[] control)
    Parameters
    Type Name Description
    String dn

    The dn.

    LdapModification[] modifications

    The modifications.

    LdapControl[] control

    The control.

    Properties

    DN

    Gets the dn.

    Declaration
    public string DN { get; }
    Property Value
    Type Description
    String

    The dn.

    Methods

    ToString()

    Returns a String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    LdapMessage.ToString()

    See Also

    LdapMessage

    Comments

    Back to top Copyright © 2017-2019 Unosquare