C# Class Opc.Ua.Configuration.FirewallAccessDlg

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
FirewallAccessDlg ( ) : System

Initializes the dialog.

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

Displays the dialog.

Private Methods

Method 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 method

Initializes the dialog.
public FirewallAccessDlg ( ) : System
return System

Port_CheckedChanged() public method

public Port_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ShowDialog() public method

Displays the dialog.
public ShowDialog ( ManagedApplication application ) : bool
application ManagedApplication
return bool