C# Class ArtemisComm.Proxy.UI.SQLLogger.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, IDisposable
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Public Properties

Property Type Description
ConnectionCountProperty System.Windows.DependencyProperty
ListeningPortProperty System.Windows.DependencyProperty
LogToSQLProperty System.Windows.DependencyProperty
ProxyIsActiveProperty System.Windows.DependencyProperty
SQLConnectionProperty System.Windows.DependencyProperty
ServerHostProperty System.Windows.DependencyProperty
ServerPortProperty System.Windows.DependencyProperty

Public Methods

Method Description
Dispose ( ) : void
MainWindow ( ) : ArtemisComm.Proxy.Logger
StartProxy ( ) : void
StopProxy ( ) : void
SubscribeProxy ( ) : void
UnsubscribeProxy ( ) : void
pLogger_LostConnection ( object sender, EventArgs e ) : void
pLogger_NewConnection ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
OnClosed ( object sender, EventArgs e ) : void
OnStartProxy ( object sender, RoutedEventArgs e ) : void
OnStopProxy ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

MainWindow() public method

public MainWindow ( ) : ArtemisComm.Proxy.Logger
return ArtemisComm.Proxy.Logger

StartProxy() public method

public StartProxy ( ) : void
return void

StopProxy() public method

public StopProxy ( ) : void
return void

SubscribeProxy() public method

public SubscribeProxy ( ) : void
return void

UnsubscribeProxy() public method

public UnsubscribeProxy ( ) : void
return void

pLogger_LostConnection() public method

public pLogger_LostConnection ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

pLogger_NewConnection() public method

public pLogger_NewConnection ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ConnectionCountProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConnectionCountProperty
return System.Windows.DependencyProperty

ListeningPortProperty public_oe static_oe property

public static DependencyProperty,System.Windows ListeningPortProperty
return System.Windows.DependencyProperty

LogToSQLProperty public_oe static_oe property

public static DependencyProperty,System.Windows LogToSQLProperty
return System.Windows.DependencyProperty

ProxyIsActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows ProxyIsActiveProperty
return System.Windows.DependencyProperty

SQLConnectionProperty public_oe static_oe property

public static DependencyProperty,System.Windows SQLConnectionProperty
return System.Windows.DependencyProperty

ServerHostProperty public_oe static_oe property

public static DependencyProperty,System.Windows ServerHostProperty
return System.Windows.DependencyProperty

ServerPortProperty public_oe static_oe property

public static DependencyProperty,System.Windows ServerPortProperty
return System.Windows.DependencyProperty