C# 클래스 PoEWhisperNotifier.SmtpDetails

파일 보기 프로젝트 열기: Kapps/PoEWhisperNotifier 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LoadFromSettings ( ) : SmtpDetails

Returns the SmtpDetails currently saved in the settings file.

SaveToSettings ( ) : void

Saves the current SmtpDetails to the settings file.

SmtpDetails ( ) : PoEWhisperNotifier.Properties

Creates a new instance of SmtpDetails with a default generated PasswordEntropy.

메소드 상세

LoadFromSettings() 공개 정적인 메소드

Returns the SmtpDetails currently saved in the settings file.
public static LoadFromSettings ( ) : SmtpDetails
리턴 SmtpDetails

SaveToSettings() 공개 메소드

Saves the current SmtpDetails to the settings file.
public SaveToSettings ( ) : void
리턴 void

SmtpDetails() 공개 메소드

Creates a new instance of SmtpDetails with a default generated PasswordEntropy.
public SmtpDetails ( ) : PoEWhisperNotifier.Properties
리턴 PoEWhisperNotifier.Properties