C# Class Novell.Directory.Ldap.Rfc2251.RfcMessageID

Represents an Ldap Message ID.
 MessageID ::= INTEGER (0 .. maxInt) maxInt INTEGER ::= 2147483647 -- (2^^31 - 1) -- Note: The creation of a MessageID should be hidden within the creation of an RfcLdapMessage. The MessageID needs to be in sequence, and has an upper and lower limit. There is never a case when a user should be able to specify the MessageID for an RfcLdapMessage. The MessageID() class should be package protected. (So the MessageID value isn't arbitrarily run up.) 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Integer
显示文件 Open project: EventStore/csharp-ldap

Private Properties

Property Type Description
RfcMessageID System

Protected Methods

Method Description
RfcMessageID ( int i ) : System

Creates a MessageID with a specified int value.

Private Methods

Method Description
RfcMessageID ( ) : System

Method Details

RfcMessageID() protected method

Creates a MessageID with a specified int value.
protected RfcMessageID ( int i ) : System
i int
return System