Beispiel #1
0
 public void Dispose()
 {
     this.server = null;
     this.loop   = null;
 }
Beispiel #2
0
 public void Run()
 {
     this.server = new BlackholeServer();
     this.loop   = this.server.Loop;
     this.StartClient();
 }