MailKit.Security.SaslMechanismNtlm.Reset C# (CSharp) Méthode

Reset() public méthode

Resets the state of the SASL mechanism.
Resets the state of the SASL mechanism.
public Reset ( ) : void
Résultat void
		public override void Reset ()
		{
			state = LoginState.Initial;
			base.Reset ();
		}
	}