public override void Close() { try { SslDirectCall.CloseNotify(this); } finally { base.Close(); } }
public override void Close() { try { if (!sentCloseNotify) { SslDirectCall.CloseNotify(this); sentCloseNotify = true; } } finally { base.Close(); } }