MailKit.Security.SaslMechanismNtlm.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.Initial;
			base.Reset ();
		}
	}