Exemple #1
0
 private void OnSessionArived(TcpSession tcpSession)
 {
     _sessionsExplorerUserControl.AddSession(tcpSession);
     this.modulesTreeView.Nodes["NetworkNode"].Nodes["SessionsNode"].Text = $"Sessions ({_sessionsExplorerUserControl.SessionsCount})";
 }
Exemple #2
0
 public void SetSessionView(TcpSession tcpSession)
 {
     SetSessionDetails(tcpSession);
     AddColoredSessionData(tcpSession);
 }