Novell.Directory.Ldap.Rfc2251.RfcLdapMessage.RfcLdapMessage C# (CSharp) 메소드

RfcLdapMessage() 공개 메소드

Create an RfcLdapMessage using the specified Ldap Response.
public RfcLdapMessage ( Asn1Sequence op ) : System
op Novell.Directory.Ldap.Asn1.Asn1Sequence
리턴 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