|
655 | 655 | <AssemblyVersion>4.1.0.0</AssemblyVersion>
|
656 | 656 | </AssemblyInfo>
|
657 | 657 | <Docs>
|
658 |
| - <summary>Reads the bytes from the current stream and writes them to another stream.</summary> |
| 658 | + <summary>Reads the bytes from the current stream and writes them to another stream. Both streams positions are advanced by the number of bytes copied.</summary> |
659 | 659 | </Docs>
|
660 | 660 | </MemberGroup>
|
661 | 661 | <Member MemberName="CopyTo">
|
|
699 | 699 | </Parameters>
|
700 | 700 | <Docs>
|
701 | 701 | <param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
702 |
| - <summary>Reads the bytes from the current stream and writes them to another stream.</summary> |
| 702 | + <summary>Reads the bytes from the current stream and writes them to another stream. Both streams positions are advanced by the number of bytes copied.</summary> |
703 | 703 | <remarks>
|
704 | 704 | <format type="text/markdown"><![CDATA[
|
705 | 705 |
|
|
775 | 775 | <Docs>
|
776 | 776 | <param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
777 | 777 | <param name="bufferSize">The size of the buffer. This value must be greater than zero. The default size is 81920.</param>
|
778 |
| - <summary>Reads the bytes from the current stream and writes them to another stream, using a specified buffer size.</summary> |
| 778 | + <summary>Reads the bytes from the current stream and writes them to another stream, using a specified buffer size. Both streams positions are advanced by the number of bytes copied.</summary> |
779 | 779 | <remarks>
|
780 | 780 | <format type="text/markdown"><![CDATA[
|
781 | 781 |
|
|
805 | 805 | <AssemblyVersion>4.1.0.0</AssemblyVersion>
|
806 | 806 | </AssemblyInfo>
|
807 | 807 | <Docs>
|
808 |
| - <summary>Asynchronously reads the bytes from the current stream and writes them to another stream.</summary> |
| 808 | + <summary>Asynchronously reads the bytes from the current stream and writes them to another stream. Both streams positions are advanced by the number of bytes copied.</summary> |
809 | 809 | </Docs>
|
810 | 810 | </MemberGroup>
|
811 | 811 | <Member MemberName="CopyToAsync">
|
|
855 | 855 | </Parameters>
|
856 | 856 | <Docs>
|
857 | 857 | <param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
858 |
| - <summary>Asynchronously reads the bytes from the current stream and writes them to another stream.</summary> |
| 858 | + <summary>Asynchronously reads the bytes from the current stream and writes them to another stream. Both streams positions are advanced by the number of bytes copied.</summary> |
859 | 859 | <returns>A task that represents the asynchronous copy operation.</returns>
|
860 | 860 | <remarks>
|
861 | 861 | <format type="text/markdown"><![CDATA[
|
|
930 | 930 | <Docs>
|
931 | 931 | <param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
932 | 932 | <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
|
933 |
| - <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size.</summary> |
| 933 | + <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size. Both streams positions are advanced by the number of bytes copied.</summary> |
934 | 934 | <returns>A task that represents the asynchronous copy operation.</returns>
|
935 | 935 | <remarks>
|
936 | 936 | <format type="text/markdown"><![CDATA[
|
|
988 | 988 | <Docs>
|
989 | 989 | <param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
990 | 990 | <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
991 |
| - <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified cancellation token.</summary> |
| 991 | + <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified cancellation token. Both streams positions are advanced by the number of bytes copied.</summary> |
992 | 992 | <returns>A task that represents the asynchronous copy operation.</returns>
|
993 | 993 | <remarks>
|
994 | 994 | <format type="text/markdown"><![CDATA[
|
|
1057 | 1057 | <param name="destination">The stream to which the contents of the current stream will be copied.</param>
|
1058 | 1058 | <param name="bufferSize">The size, in bytes, of the buffer. This value must be greater than zero. The default size is 81920.</param>
|
1059 | 1059 | <param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
|
1060 |
| - <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token.</summary> |
| 1060 | + <summary>Asynchronously reads the bytes from the current stream and writes them to another stream, using a specified buffer size and cancellation token. Both streams positions are advanced by the number of bytes copied.</summary> |
1061 | 1061 | <returns>A task that represents the asynchronous copy operation.</returns>
|
1062 | 1062 | <remarks>
|
1063 | 1063 | <format type="text/markdown"><![CDATA[
|
|
0 commit comments