diff options
Diffstat (limited to 'crypto/src/tls/TlsPeer.cs')
-rw-r--r-- | crypto/src/tls/TlsPeer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/src/tls/TlsPeer.cs b/crypto/src/tls/TlsPeer.cs index 4f16978d9..4d7225aee 100644 --- a/crypto/src/tls/TlsPeer.cs +++ b/crypto/src/tls/TlsPeer.cs @@ -109,6 +109,10 @@ namespace Org.BouncyCastle.Tls /// <param name="alertDescription"><see cref="AlertDescription"/></param> void NotifyAlertReceived(short alertLevel, short alertDescription); + /// <summary>Notifies the peer that the connection has been closed.</summary> + // TODO[api] + //void NotifyConnectionClosed(); + /// <summary>Notifies the peer that the handshake has been successfully completed.</summary> /// <exception cref="IOException"/> void NotifyHandshakeComplete(); |