Automobile.Communication.UnitTests.Helpers.AutoResponderServer.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
        public override void Close()
        {
            _respondThread.Abort();
            _respondThread.Join();
            base.Close();
        }