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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
public CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void | ||
validator | CertificateValidator | |
e | CertificateValidationEventArgs | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static HandleException ( string caption, MethodBase method, Exception e ) : void | ||
caption | string | |
method | MethodBase | |
e | Exception | |
return | void |
public ServerForm ( StandardServer server, ApplicationConfiguration configuration ) : System | ||
server | StandardServer | |
configuration | ApplicationConfiguration | |
return | System |