|
355 | 355 | <param name="count">The maximum number of bytes to read.</param>
|
356 | 356 | <param name="cback">To be added.</param>
|
357 | 357 | <param name="state">To be added.</param>
|
358 |
| - <summary>Begins an asynchronous read operation. (Consider using the <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> method instead; see the Remarks section.)</summary> |
| 358 | + <summary>Begins an asynchronous read operation. (Consider using the <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> method instead.)</summary> |
359 | 359 | <returns>An object that represents the asynchronous read operation, which could still be pending.</returns>
|
360 | 360 | <remarks>
|
361 | 361 | <format type="text/markdown"><![CDATA[
|
|
412 | 412 | <param name="count">The maximum number of bytes to write.</param>
|
413 | 413 | <param name="cback">To be added.</param>
|
414 | 414 | <param name="state">To be added.</param>
|
415 |
| - <summary>Begins an asynchronous write operation. (Consider using the <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> method instead; see the Remarks section.)</summary> |
| 415 | + <summary>Begins an asynchronous write operation. (Consider using the <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> method instead.)</summary> |
416 | 416 | <returns>An object that represents the asynchronous write operation, which could still be pending.</returns>
|
417 | 417 | <remarks>
|
418 | 418 | <format type="text/markdown"><![CDATA[
|
|
595 | 595 | </Parameters>
|
596 | 596 | <Docs>
|
597 | 597 | <param name="async_result">To be added.</param>
|
598 |
| - <summary>Waits for the pending asynchronous read to complete. (Consider using the <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> method instead; see the Remarks section.)</summary> |
| 598 | + <summary>Waits for the pending asynchronous read to complete. (Consider using the <see cref="M:System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32)" /> method instead.)</summary> |
599 | 599 | <returns>The number of bytes read from the stream, between 0 (zero) and the number of bytes you requested. <see cref="T:System.IO.Compression.DeflateStream" /> returns 0 only at the end of the stream; otherwise, it blocks until at least one byte is available.</returns>
|
600 | 600 | <remarks>
|
601 | 601 | <format type="text/markdown"><![CDATA[
|
|
639 | 639 | </Parameters>
|
640 | 640 | <Docs>
|
641 | 641 | <param name="async_result">To be added.</param>
|
642 |
| - <summary>Ends an asynchronous write operation. (Consider using the <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> method instead; see the Remarks section.)</summary> |
| 642 | + <summary>Ends an asynchronous write operation. (Consider using the <see cref="M:System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32)" /> method instead.)</summary> |
643 | 643 | <remarks>
|
644 | 644 | <format type="text/markdown"><![CDATA[
|
645 | 645 |
|
|
0 commit comments