C# 클래스 FECipherVit.Connection

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: sdercolin/FECipherVit

공개 프로퍼티들

프로퍼티 타입 설명
OwnerShown bool
connected bool
labelConnectStatus System.Windows.Forms.Label
textBox_Port System.Windows.Forms.TextBox
textBox_UserName System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
Connection ( FECipherVit _Owner ) : System
Disconnect ( ) : void
Disconnect ( Socket communicateSocket ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Connection_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
Connection_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttonConnect_Click ( object sender, EventArgs e ) : void
buttonWaitConnect_Click ( object sender, EventArgs e ) : void
button_Confirm_Click ( object sender, EventArgs e ) : void
button_Disconnect_Click ( object sender, EventArgs e ) : void
textBoxIP_TextChanged ( object sender, EventArgs e ) : void
textBox_UserName_TextChanged ( object sender, EventArgs e ) : void
中继模式ToolStripMenuItem_Click ( object sender, EventArgs e ) : void
使用服务器IPToolStripMenuItem_Click ( object sender, EventArgs e ) : void
查找空闲端口toolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

Connection() 공개 메소드

public Connection ( FECipherVit _Owner ) : System
_Owner FECipherVit
리턴 System

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( Socket communicateSocket ) : void
communicateSocket Socket
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

프로퍼티 상세

OwnerShown 공개적으로 프로퍼티

public bool OwnerShown
리턴 bool

connected 공개적으로 프로퍼티

public bool connected
리턴 bool

labelConnectStatus 공개적으로 프로퍼티

public System.Windows.Forms.Label labelConnectStatus
리턴 System.Windows.Forms.Label

textBox_Port 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBox_Port
리턴 System.Windows.Forms.TextBox

textBox_UserName 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBox_UserName
리턴 System.Windows.Forms.TextBox