C# Класс Opc.Ua.Client.Controls.DiscoverServerDlg

Prompts the user to specify a host name and discovers the servers.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DiscoverServerDlg ( ) : System

Creates an empty form.

ShowDialog ( ApplicationConfiguration configuration ) : string

Shows the dialog.

ShowDialog ( ApplicationConfiguration configuration, string hostName ) : string

Shows the dialog.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
FindBTN_Click ( object sender, EventArgs e ) : void
GetEndpoints ( string hostName ) : string[]

Gets the endpoints for the host.

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
ServersLB_SelectedIndexChanged ( object sender, EventArgs e ) : void
ValueTB_TextChanged ( object sender, EventArgs e ) : void

Описание методов

DiscoverServerDlg() публичный Метод

Creates an empty form.
public DiscoverServerDlg ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ShowDialog() публичный Метод

Shows the dialog.
public ShowDialog ( ApplicationConfiguration configuration ) : string
configuration ApplicationConfiguration The client applicatio configuration.
Результат string

ShowDialog() публичный Метод

Shows the dialog.
public ShowDialog ( ApplicationConfiguration configuration, string hostName ) : string
configuration ApplicationConfiguration The client applicatio configuration.
hostName string The default host name.
Результат string