C# Class FECipherVit.Connection

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sdercolin/FECipherVit

Méthodes publiques

Свойство Type Description
OwnerShown bool
connected bool
labelConnectStatus System.Windows.Forms.Label
textBox_Port System.Windows.Forms.TextBox
textBox_UserName System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
Connection ( FECipherVit _Owner ) : System
Disconnect ( ) : void
Disconnect ( Socket communicateSocket ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Connection() public méthode

public Connection ( FECipherVit _Owner ) : System
_Owner FECipherVit
Résultat System

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( Socket communicateSocket ) : void
communicateSocket Socket
Résultat void

Dispose() protected méthode

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

Property Details

OwnerShown public_oe property

public bool OwnerShown
Résultat bool

connected public_oe property

public bool connected
Résultat bool

labelConnectStatus public_oe property

public System.Windows.Forms.Label labelConnectStatus
Résultat System.Windows.Forms.Label

textBox_Port public_oe property

public System.Windows.Forms.TextBox textBox_Port
Résultat System.Windows.Forms.TextBox

textBox_UserName public_oe property

public System.Windows.Forms.TextBox textBox_UserName
Résultat System.Windows.Forms.TextBox