C# Class Opc.Ua.Configuration.FirewallAccessDlg

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
FirewallAccessDlg ( ) : System

Initializes the dialog.

Port_CheckedChanged ( object sender, EventArgs e ) : void
ShowDialog ( ManagedApplication application ) : bool

Displays the dialog.

Private Methods

Méthode Description
AddTN_Click ( object sender, EventArgs e ) : void
ApplicationAccessGrantedCK_CheckedChanged ( object sender, EventArgs e ) : void
PortsChanged ( ) : void
RemoveBTN_Click ( object sender, EventArgs e ) : void
UpdatePorts ( ) : void

Method Details

FirewallAccessDlg() public méthode

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

Port_CheckedChanged() public méthode

public Port_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( ManagedApplication application ) : bool
application ManagedApplication
Résultat bool