Overload | Description |
---|---|
StreamContentPump(Stream,Stream) | Pump the remaining contents of one stream at its current Position into another stream at its current Position. |
StreamContentPump(Stream,Stream,Int64) | Pump the contents of one stream from its current Position into another stream at its current Position up to a maximum byte count. |