MailKit.Security.SaslMechanismLogin.Reset C# (CSharp) Метод

Reset() публичный Метод

Resets the state of the SASL mechanism.
Resets the state of the SASL mechanism.
public Reset ( ) : void
Результат void
		public override void Reset ()
		{
			state = LoginState.UserName;
			base.Reset ();
		}
	}