Exemplo n.º 1
0
 private void Reset()
 {
     Context.Reset();
     ShouldStop = false;
     Clients.Clear();
     ClientThreads.Clear();
     LocalIP   = null;
     LocalPort = short.MaxValue;
 }
Exemplo n.º 2
0
 private void Reset()
 {
     Context.Reset();
     Context.ShouldStopWorkerThread = false;
 }