public void Dispose() { this.dataBuffer.Dispose(); this.server = null; this.loop = null; }
public void Run() { this.server = new BlackholeServer(); this.loop = this.server.Loop; this.StartClient(); }
public void Dispose() { this.server = null; this.loop = null; }