C# 클래스 SIPSorcery.LoginControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
Clear ( ) : void
DisableNewAccounts ( string disabledMessage ) : void
EnableCreateAccount ( ) : void
FocusOnUsername ( ) : void
LoginControl ( ) : System
SetProxy ( SIPEntitiesDomainContext riaContext ) : void
WriteLoginMessage ( string message ) : void

비공개 메소드들

메소드 설명
CreateNewAccount_Click ( object sender, System e ) : void
Login ( ) : void
LoginButton_Click ( object sender, System e ) : void
LoginComplete ( LoadOperation op ) : void
LoginTextBox_KeyUp ( object sender, System e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DisableNewAccounts() 공개 메소드

public DisableNewAccounts ( string disabledMessage ) : void
disabledMessage string
리턴 void

EnableCreateAccount() 공개 메소드

public EnableCreateAccount ( ) : void
리턴 void

FocusOnUsername() 공개 메소드

public FocusOnUsername ( ) : void
리턴 void

LoginControl() 공개 메소드

public LoginControl ( ) : System
리턴 System

SetProxy() 공개 메소드

public SetProxy ( SIPEntitiesDomainContext riaContext ) : void
riaContext SIPEntitiesDomainContext
리턴 void

WriteLoginMessage() 공개 메소드

public WriteLoginMessage ( string message ) : void
message string
리턴 void