Метод | Описание | |
---|---|---|
HostListCtrl ( ) : System |
Initalize the control.
|
|
Initialize ( string domain ) : void |
Displays a list of servers in the control.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void |
Updates an item in the control.
|
Метод | Описание | |
---|---|---|
HostEnumerator_HostsDiscovered ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnFetchAddresses ( object state ) : void |
Finds the addresses for the specified host.
|
|
OnUpdateAddress ( object state ) : void |
Updates the addresses for a host.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public Initialize ( string domain ) : void | ||
domain | string | |
Результат | void |
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void | ||
listItem | System.Windows.Forms.ListViewItem | |
item | object | |
Результат | void |