diff options
author | Peter Dettman <peter.dettman@gmail.com> | 2022-06-22 23:29:08 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@gmail.com> | 2022-06-22 23:29:08 +0700 |
commit | 9a6df113d3192c4246832388299a4b45b3668d6c (patch) | |
tree | b2513fd29bb03935220761e1608f3aeb238b81f2 /crypto/src/tls/TlsProtocol.cs | |
parent | Code cleanup (diff) | |
download | BouncyCastle.NET-ed25519-9a6df113d3192c4246832388299a4b45b3668d6c.tar.xz |
Warnings cleanup
Diffstat (limited to 'crypto/src/tls/TlsProtocol.cs')
-rw-r--r-- | crypto/src/tls/TlsProtocol.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/TlsProtocol.cs b/crypto/src/tls/TlsProtocol.cs index 41d8e109e..e442dd585 100644 --- a/crypto/src/tls/TlsProtocol.cs +++ b/crypto/src/tls/TlsProtocol.cs @@ -1227,7 +1227,7 @@ namespace Org.BouncyCastle.Tls } /// <summary>Gets the amount of received application data.</summary> - /// <remarks>A call to <see cref="readInput(byte[], int, int)"/> is guaranteed to be able to return at least + /// <remarks>A call to <see cref="ReadInput(byte[], int, int)"/> is guaranteed to be able to return at least /// this much data.<br/><br/> /// Only allowed in non-blocking mode. /// </remarks> |