C# Class FX.SalesLogix.Modules.GitExtensions.Installer.ProxySettings

Inheritance: System.Windows.Forms.Form
Show file Open project: CustomerFX/SalesLogixGitExtensions Class Usage Examples

Public Properties

Property Type Description
CheckUseProxyAuth System.Windows.Forms.CheckBox
ProxyPassword System.Windows.Forms.TextBox
ProxyPort FX.SalesLogix.Modules.GitExtensions.Installer.Controls.TextBoxExtended
ProxyServer FX.SalesLogix.Modules.GitExtensions.Installer.Controls.TextBoxExtended
ProxyUser FX.SalesLogix.Modules.GitExtensions.Installer.Controls.TextBoxExtended

Public Methods

Method Description
ProxySettings ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CheckUseProxyAuth_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ProxyServer_Leave ( object sender, EventArgs e ) : void

Method Details

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

ProxySettings() public method

public ProxySettings ( ) : System
return System

Property Details

CheckUseProxyAuth public property

public System.Windows.Forms.CheckBox CheckUseProxyAuth
return System.Windows.Forms.CheckBox

ProxyPassword public property

public System.Windows.Forms.TextBox ProxyPassword
return System.Windows.Forms.TextBox

ProxyPort public property

public TextBoxExtended,FX.SalesLogix.Modules.GitExtensions.Installer.Controls ProxyPort
return FX.SalesLogix.Modules.GitExtensions.Installer.Controls.TextBoxExtended

ProxyServer public property

public TextBoxExtended,FX.SalesLogix.Modules.GitExtensions.Installer.Controls ProxyServer
return FX.SalesLogix.Modules.GitExtensions.Installer.Controls.TextBoxExtended

ProxyUser public property

public TextBoxExtended,FX.SalesLogix.Modules.GitExtensions.Installer.Controls ProxyUser
return FX.SalesLogix.Modules.GitExtensions.Installer.Controls.TextBoxExtended