SenseNet.Messaging.NotificationSender.NotificationSender C# (CSharp) Метод

NotificationSender() статический приватный Метод

static private NotificationSender ( ) : System
Результат System
        static NotificationSender()
        {
            _smtpClient = new SmtpClient();
            _isSmtpConfigured = !String.IsNullOrEmpty(_smtpClient.Host);
            _mailSendingInProgress = false;
            TestMode = false;
        }