C# Class Opc.Ua.Sample.Controls.ServerForm

Inheritance: System.Windows.Forms.Form
Show file Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void

Handles a certificate validation error.

HandleException ( string caption, MethodBase method, Exception e ) : void

Displays an unhandled exception.

ServerForm ( StandardServer server, ApplicationConfiguration configuration ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ExitMI_Click ( object sender, EventArgs e ) : void
HideStatus ( ) : void

Hides the diagnostics window and starts the update timer.

InitializeComponent ( ) : void

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

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ShowMI_Click ( object sender, EventArgs e ) : void
ShowStatus ( ) : void

Shows the diagnostics window and starts the update timer.

Timer_Tick ( object sender, EventArgs e ) : void
TrayIcon_DoubleClick ( object sender, EventArgs e ) : void

Method Details

CertificateValidator_CertificateValidation() public method

Handles a certificate validation error.
public CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void
validator CertificateValidator
e CertificateValidationEventArgs
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

HandleException() public static method

Displays an unhandled exception.
public static HandleException ( string caption, MethodBase method, Exception e ) : void
caption string
method MethodBase
e Exception
return void

ServerForm() public method

public ServerForm ( StandardServer server, ApplicationConfiguration configuration ) : System
server StandardServer
configuration ApplicationConfiguration
return System