using System; using System.IO; namespace Org.BouncyCastle.Tls { public interface TlsCloseable { /// void Close(); } }