Novell.Directory.Ldap.Rfc2251.RfcLdapMessage.RfcLdapMessage C# (CSharp) Method

RfcLdapMessage() public method

Create an RfcLdapMessage using the specified Ldap Response.
public RfcLdapMessage ( Asn1Sequence op ) : System
op Novell.Directory.Ldap.Asn1.Asn1Sequence
return System
        public RfcLdapMessage(Asn1Sequence op)
            : this(op, null)
        {
            return ;
        }

Same methods

RfcLdapMessage::RfcLdapMessage ( Asn1Decoder dec, System in_Renamed, int len ) : System
RfcLdapMessage::RfcLdapMessage ( Asn1Object origContent, RfcRequest origRequest, System dn, System filter, bool reference ) : System
RfcLdapMessage::RfcLdapMessage ( Asn1Sequence op, RfcControls controls ) : System
RfcLdapMessage::RfcLdapMessage ( RfcRequest op ) : System
RfcLdapMessage::RfcLdapMessage ( RfcRequest op, RfcControls controls ) : System