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