C# Class Opc.Ua.Client.Controls.DiscoveredServerOnNetworkListDlg

Allows the user to browse a list of servers.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
DiscoveredServerOnNetworkListDlg ( ) : System

Initializes the dialog.

ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ServerOnNetwork

Displays the dialog.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
HostNameCTRL_HostConnected ( object sender, SelectHostCtrlEventArgs e ) : void
HostNameCTRL_HostSelected ( object sender, SelectHostCtrlEventArgs e ) : void
InitializeComponent ( ) : void

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

OkBTN_Click ( object sender, EventArgs e ) : void
ServersCTRL_ItemsPicked ( object sender, ListItemActionEventArgs e ) : void
ServersCTRL_ItemsSelected ( object sender, ListItemActionEventArgs e ) : void

Method Details

DiscoveredServerOnNetworkListDlg() public méthode

Initializes the dialog.
public DiscoveredServerOnNetworkListDlg ( ) : System
Résultat System

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

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( string hostname, ApplicationConfiguration configuration ) : ServerOnNetwork
hostname string
configuration ApplicationConfiguration
Résultat ServerOnNetwork