File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/MySqlConnector/Protocol/Serialization Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ internal interface IByteHandler : IDisposable
16
16
/// </summary>
17
17
/// <param name="buffer">The buffer to read into.</param>
18
18
/// <param name="ioBehavior">The <see cref="IOBehavior"/> to use when reading data.</param>
19
- /// <returns>A <see cref="ValueTask{Int32}"/>. Number of bytes read.</returns>
20
- /// If reading failed, zero bytes will be returned. This
21
- /// <see cref="ArraySegment{Byte}"/> will be valid to read from until the next time <see cref="ReadBytesAsync"/> or
22
- /// <see cref="WriteBytesAsync"/> is called.
19
+ /// <returns>A <see cref="ValueTask{Int32}"/> holding the number of bytes read. If reading failed, this will be zero.</returns>
23
20
ValueTask < int > ReadBytesAsync ( ArraySegment < byte > buffer , IOBehavior ioBehavior ) ;
24
21
25
22
/// <summary>
You can’t perform that action at this time.
0 commit comments