'Declaration
Public Overloads Shared Function StreamContentPump( _ ByVal sourceStream As Stream, _ ByVal destinationStream As Stream _ ) As Long
public static long StreamContentPump( Stream sourceStream, Stream destinationStream )
Parameters
- sourceStream
- The Stream to read from, starting at its current Position.
- destinationStream
- The Stream to write into, starting at its current Position.
Return Value
The total number of bytes copied.