question

MarkJZYeap-8668 avatar image
0 Votes"
MarkJZYeap-8668 asked MarkJZYeap-8668 commented

What does stream.CopyTo(localStream) means?

Please advice.

dotnet-csharp
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Ok. Does it mean that it can import from one location to another?

0 Votes 0 ·

1 Answer

AddWebSolution-0525 avatar image
0 Votes"
AddWebSolution-0525 answered

The bytes from the current stream are read and written to a new stream.
so its a way to copy the contents of one stream to another

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.