summary refs log tree commit diff
path: root/crypto/src/crypto/tls/TlsServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/crypto/tls/TlsServer.cs')
-rw-r--r--crypto/src/crypto/tls/TlsServer.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/crypto/tls/TlsServer.cs b/crypto/src/crypto/tls/TlsServer.cs

index 93e62b9ac..e791f93a9 100644 --- a/crypto/src/crypto/tls/TlsServer.cs +++ b/crypto/src/crypto/tls/TlsServer.cs
@@ -13,6 +13,9 @@ namespace Org.BouncyCastle.Crypto.Tls void NotifyClientVersion(ProtocolVersion clientVersion); /// <exception cref="IOException"></exception> + void NotifyFallback(bool isFallback); + + /// <exception cref="IOException"></exception> void NotifyOfferedCipherSuites(int[] offeredCipherSuites); /// <exception cref="IOException"></exception>