C# 클래스 ArtemisComm.Proxy.UI.SQLLogger.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window, IDisposable
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

MainWindow() 공개 메소드

public MainWindow ( ) : ArtemisComm.Proxy.Logger
리턴 ArtemisComm.Proxy.Logger

StartProxy() 공개 메소드

public StartProxy ( ) : void
리턴 void

StopProxy() 공개 메소드

public StopProxy ( ) : void
리턴 void

SubscribeProxy() 공개 메소드

public SubscribeProxy ( ) : void
리턴 void

UnsubscribeProxy() 공개 메소드

public UnsubscribeProxy ( ) : void
리턴 void

pLogger_LostConnection() 공개 메소드

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

pLogger_NewConnection() 공개 메소드

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

프로퍼티 상세

ConnectionCountProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ConnectionCountProperty
리턴 System.Windows.DependencyProperty

ListeningPortProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ListeningPortProperty
리턴 System.Windows.DependencyProperty

LogToSQLProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LogToSQLProperty
리턴 System.Windows.DependencyProperty

ProxyIsActiveProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ProxyIsActiveProperty
리턴 System.Windows.DependencyProperty

SQLConnectionProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SQLConnectionProperty
리턴 System.Windows.DependencyProperty

ServerHostProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ServerHostProperty
리턴 System.Windows.DependencyProperty

ServerPortProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ServerPortProperty
리턴 System.Windows.DependencyProperty