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

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, IDisposable
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

MainWindow() public méthode

public MainWindow ( ) : ArtemisComm.Proxy.Logger
Résultat ArtemisComm.Proxy.Logger

StartProxy() public méthode

public StartProxy ( ) : void
Résultat void

StopProxy() public méthode

public StopProxy ( ) : void
Résultat void

SubscribeProxy() public méthode

public SubscribeProxy ( ) : void
Résultat void

UnsubscribeProxy() public méthode

public UnsubscribeProxy ( ) : void
Résultat void

pLogger_LostConnection() public méthode

public pLogger_LostConnection ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

pLogger_NewConnection() public méthode

public pLogger_NewConnection ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ConnectionCountProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConnectionCountProperty
Résultat System.Windows.DependencyProperty

ListeningPortProperty public_oe static_oe property

public static DependencyProperty,System.Windows ListeningPortProperty
Résultat System.Windows.DependencyProperty

LogToSQLProperty public_oe static_oe property

public static DependencyProperty,System.Windows LogToSQLProperty
Résultat System.Windows.DependencyProperty

ProxyIsActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows ProxyIsActiveProperty
Résultat System.Windows.DependencyProperty

SQLConnectionProperty public_oe static_oe property

public static DependencyProperty,System.Windows SQLConnectionProperty
Résultat System.Windows.DependencyProperty

ServerHostProperty public_oe static_oe property

public static DependencyProperty,System.Windows ServerHostProperty
Résultat System.Windows.DependencyProperty

ServerPortProperty public_oe static_oe property

public static DependencyProperty,System.Windows ServerPortProperty
Résultat System.Windows.DependencyProperty