static PopAuthenticationMechanism()
 {
     AllMechanisms = CreateDefinedConstantsList<PopAuthenticationMechanism>();
 }
Ejemplo n.º 2
0
        public static readonly PopResponseCode SysTemp = new PopResponseCode("SYS/TEMP"); // XXX: resp-level

        #endregion Fields

        #region Constructors

        static PopResponseCode()
        {
            AllCodes = CreateDefinedConstantsList<PopResponseCode>();
        }